#6B0A05

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

Shades of Maroon #6B0A05

Tints of Maroon #6B0A05

Color information

#6B0A05 (or 0x6B0A05) is unknown color: approx Maroon. HEX triplet: 6B, 0A and 05. RGB value is (107,10,5). Sum of RGB (Red+Green+Blue) = 107+10+5=122 (16% of max value = 765). Red value is 107 (42.19% from 255 or 87.70% from 122); Green value is 10 (4.30% from 255 or 8.20% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0A05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0A05 is #94F5FA. Grayscale: #262626. Windows color (decimal): -9762299 or 330347. OLE color: 330347.

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

Color convert

RGB107105-
CMYK00.910.950.58
HSL2.94º91.07%21.96%-
HSV(B)2.94º95.33%41.96%-
XYZ6.23.350.46-
YUV38.43109.14176.91-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 87.70%
GREEN value IS 10 (4.30% from 255) = 8.20%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=87.70%
G=8.20%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710500.910.950.582.9491.0721.96
Hex6BA505B5F3A35b16
Octal153125013313772313326
Binary1101011101010101011011101111111101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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