#6B0B07

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

Shades of Maroon #6B0B07

Tints of Maroon #6B0B07

Color information

#6B0B07 (or 0x6B0B07) is unknown color: approx Maroon. HEX triplet: 6B, 0B and 07. RGB value is (107,11,7). Sum of RGB (Red+Green+Blue) = 107+11+7=125 (16% of max value = 765). Red value is 107 (42.19% from 255 or 85.6% from 125); Green value is 11 (4.69% from 255 or 8.8% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B07 is #94F4F8. Grayscale: #272727. Windows color (decimal): -9762041 or 461675. OLE color: 461675.

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

Color convert

RGB107117-
CMYK00.900.930.58
HSL2.4º87.72%22.35%-
HSV(B)2.4º93.46%41.96%-
XYZ6.223.380.53-
YUV39.25109.8176.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 85.6%
GREEN value IS 11 (4.69% from 255) = 8.8%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=85.6%
G=8.8%
B=5.6%

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
Decimal10711700.900.930.582.487.7222.35
Hex6BB705A5D3A25816
Octal153137013213572213026
Binary1101011101111101011010101110111101010101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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