#6F1203

Color #6F1203 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #6F1203

Tints of Maroon #6F1203

Color information

#6F1203 (or 0x6F1203) is unknown color: approx Maroon. HEX triplet: 6F, 12 and 03. RGB value is (111,18,3). Sum of RGB (Red+Green+Blue) = 111+18+3=132 (17% of max value = 765). Red value is 111 (43.75% from 255 or 84.09% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 3 (1.56% from 255 or 2.27% from 132); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1203 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1203 is #90EDFC. Grayscale: #2C2C2C. Windows color (decimal): -9498109 or 201327. OLE color: 201327.

HSL color Cylindrical-coordinate representation of color #6F1203: hue angle of 8.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F1203 is Cyan = 0, Magento = 0.84, Yellow = 0.97 and Black (K on CMYK) = 0.56.

Color convert

RGB111183-
CMYK00.840.970.56
HSL8.33º94.74%22.35%-
HSV(B)8.33º97.3%43.53%-
XYZ6.793.820.47-
YUV44.1104.81175.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 84.09%
GREEN value IS 18 (7.42% from 255) = 13.64%
BLUE value IS 3 (1.56% from 255) = 2.27%
R=84.09%
G=13.64%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.97
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11118300.840.970.568.3394.7422.35
Hex6F123054613885f16
Octal1572230124141701013726
Binary110111110010110101010011000011110001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F1203; }

 p { color: rgb(111,18,3); }

 H1.HeaderClassName
 {
   color: #6F1203;
 }
 .AnyTagClassName
 {
   color: #6F1203;
 }
</style>
background-color css

<style>
 a { background-color: #6F1203; }

 a { background-color: rgb(111,18,3); }

 div.DivClassName
 {
   background-color: #6F1203;
 }
 .BgClassName
 {
   background-color: #6F1203;
 }
</style>
border-color css

<style>
 span { border-color: #6F1203; }

 span { border-color: rgb(111,18,3); }

 td.TdClassName
 {
   border-color: #6F1203;
 }
 .TagClassName
 {
   border-color: #6F1203;
 }
</style>