#6B0B05

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

Shades of Maroon #6B0B05

Tints of Maroon #6B0B05

Color information

#6B0B05 (or 0x6B0B05) is unknown color: approx Maroon. HEX triplet: 6B, 0B and 05. RGB value is (107,11,5). Sum of RGB (Red+Green+Blue) = 107+11+5=123 (16% of max value = 765). Red value is 107 (42.19% from 255 or 86.99% from 123); Green value is 11 (4.69% from 255 or 8.94% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B05 is #94F4FA. Grayscale: #272727. Windows color (decimal): -9762043 or 330603. OLE color: 330603.

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

Color convert

RGB107115-
CMYK00.900.950.58
HSL3.53º91.07%21.96%-
HSV(B)3.53º95.33%41.96%-
XYZ6.213.380.47-
YUV39.02108.8176.49-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 86.99%
GREEN value IS 11 (4.69% from 255) = 8.94%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=86.99%
G=8.94%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10711500.900.950.583.5391.0721.96
Hex6BB505A5F3A45b16
Octal153135013213772413326
Binary11010111011101010110101011111111010100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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