#660B05

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

Shades of Maroon #660B05

Tints of Maroon #660B05

Color information

#660B05 (or 0x660B05) is unknown color: approx Maroon. HEX triplet: 66, 0B and 05. RGB value is (102,11,5). Sum of RGB (Red+Green+Blue) = 102+11+5=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 11 (4.69% from 255 or 9.32% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660B05 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B05 is #99F4FA. Grayscale: #252525. Windows color (decimal): -10089723 or 330598. OLE color: 330598.

HSL color Cylindrical-coordinate representation of color #660B05: hue angle of 3.71º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660B05 is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.6.

Color convert

RGB102115-
CMYK00.890.950.6
HSL3.71º90.65%20.98%-
HSV(B)3.71º95.1%40%-
XYZ5.633.080.44-
YUV37.52109.65173.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 86.44%
GREEN value IS 11 (4.69% from 255) = 9.32%
BLUE value IS 5 (2.34% from 255) = 4.24%
R=86.44%
G=9.32%
B=4.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.95
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211500.890.950.63.7190.6520.98
Hex66B50595F3C45b15
Octal146135013113774413325
Binary11001101011101010110011011111111100100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660B05; }

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

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

<style>
 a { background-color: #660B05; }

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

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

<style>
 span { border-color: #660B05; }

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

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