#6F0806

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

Shades of Maroon #6F0806

Tints of Maroon #6F0806

Color information

#6F0806 (or 0x6F0806) is unknown color: approx Maroon. HEX triplet: 6F, 08 and 06. RGB value is (111,8,6). Sum of RGB (Red+Green+Blue) = 111+8+6=125 (16% of max value = 765). Red value is 111 (43.75% from 255 or 88.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 6 (2.73% from 255 or 4.8% from 125); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0806 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0806 is #90F7F9. Grayscale: #262626. Windows color (decimal): -9500666 or 395375. OLE color: 395375.

HSL color Cylindrical-coordinate representation of color #6F0806: hue angle of 1.14º 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 #6F0806 is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB11186-
CMYK00.930.950.56
HSL1.14º89.74%22.94%-
HSV(B)1.14º94.59%43.53%-
XYZ6.683.570.51-
YUV38.57109.62179.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 88.8%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 6 (2.73% from 255) = 4.8%
R=88.8%
G=6.4%
B=4.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.95
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1118600.930.950.561.1489.7422.94
Hex6F8605D5F3815a17
Octal157106013513770113227
Binary110111110001100101110110111111110001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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