#6F1206

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

Shades of Maroon #6F1206

Tints of Maroon #6F1206

Color information

#6F1206 (or 0x6F1206) is unknown color: approx Maroon. HEX triplet: 6F, 12 and 06. RGB value is (111,18,6). Sum of RGB (Red+Green+Blue) = 111+18+6=135 (17% of max value = 765). Red value is 111 (43.75% from 255 or 82.22% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 6 (2.73% from 255 or 4.44% from 135); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1206 is #90EDF9. Grayscale: #2C2C2C. Windows color (decimal): -9498106 or 397935. OLE color: 397935.

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

Color convert

RGB111186-
CMYK00.840.950.56
HSL6.86º89.74%22.94%-
HSV(B)6.86º94.59%43.53%-
XYZ6.83.830.55-
YUV44.44106.31175.48-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 82.22%
GREEN value IS 18 (7.42% from 255) = 13.33%
BLUE value IS 6 (2.73% from 255) = 4.44%
R=82.22%
G=13.33%
B=4.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11118600.840.950.566.8689.7422.94
Hex6F1260545F3875a17
Octal157226012413770713227
Binary110111110010110010101001011111111000111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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