#6f0908

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

Shades of Maroon #6F0908

Tints of Maroon #6F0908

Color information

#6F0908 (or 0x6F0908) is unknown color: approx Maroon. HEX triplet: 6F, 09 and 08. RGB value is (111,9,8). Sum of RGB (Red+Green+Blue) = 111+9+8=128 (16% of max value = 765). Red value is 111 (43.75% from 255 or 86.72% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0908 is #90F6F7. Grayscale: #272727. Windows color (decimal): -9500408 or 526703. OLE color: 526703.

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

Color convert

RGB11198-
CMYK00.920.930.56
HSL0.58º86.55%23.33%-
HSV(B)0.58º92.79%43.53%-
XYZ6.73.590.57-
YUV39.38110.29179.08-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 86.72%
GREEN value IS 9 (3.91% from 255) = 7.03%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=86.72%
G=7.03%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.93
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119800.920.930.560.5886.5523.33
Hex6F9805C5D3815717
Octal1571110013413570112727
Binary1101111100110000101110010111011110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f0908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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