#6F0E08

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

Shades of Maroon #6F0E08

Tints of Maroon #6F0E08

Color information

#6F0E08 (or 0x6F0E08) is unknown color: approx Maroon. HEX triplet: 6F, 0E and 08. RGB value is (111,14,8). Sum of RGB (Red+Green+Blue) = 111+14+8=133 (17% of max value = 765). Red value is 111 (43.75% from 255 or 83.46% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E08 is #90F1F7. Grayscale: #2A2A2A. Windows color (decimal): -9499128 or 527983. OLE color: 527983.

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

Color convert

RGB111148-
CMYK00.870.930.56
HSL3.5º86.55%23.33%-
HSV(B)3.5º92.79%43.53%-
XYZ6.763.710.59-
YUV42.32108.64176.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 83.46%
GREEN value IS 14 (5.86% from 255) = 10.53%
BLUE value IS 8 (3.52% from 255) = 6.02%
R=83.46%
G=10.53%
B=6.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal11114800.870.930.563.586.5523.33
Hex6FE80575D3835717
Octal1571610012713570312727
Binary11011111110100001010111101110111100011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F0E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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