#6B0B08

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

Shades of Maroon #6B0B08

Tints of Maroon #6B0B08

Color information

#6B0B08 (or 0x6B0B08) is unknown color: approx Maroon. HEX triplet: 6B, 0B and 08. RGB value is (107,11,8). Sum of RGB (Red+Green+Blue) = 107+11+8=126 (16% of max value = 765). Red value is 107 (42.19% from 255 or 84.92% from 126); Green value is 11 (4.69% from 255 or 8.73% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B08 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B08 is #94F4F7. Grayscale: #272727. Windows color (decimal): -9762040 or 527211. OLE color: 527211.

HSL color Cylindrical-coordinate representation of color #6B0B08: hue angle of 1.82º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0B08 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB107118-
CMYK00.900.930.58
HSL1.82º86.09%22.55%-
HSV(B)1.82º92.52%41.96%-
XYZ6.233.380.55-
YUV39.36110.3176.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 84.92%
GREEN value IS 11 (4.69% from 255) = 8.73%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=84.92%
G=8.73%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10711800.900.930.581.8286.0922.55
Hex6BB805A5D3A25617
Octal1531310013213572212627
Binary11010111011100001011010101110111101010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,8); }

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

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

 a { background-color: rgb(107,11,8); }

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

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

 span { border-color: rgb(107,11,8); }

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