#660A07

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

Shades of Maroon #660A07

Tints of Maroon #660A07

Color information

#660A07 (or 0x660A07) is unknown color: approx Maroon. HEX triplet: 66, 0A and 07. RGB value is (102,10,7). Sum of RGB (Red+Green+Blue) = 102+10+7=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 10 (4.30% from 255 or 8.40% from 119); Blue value is 7 (3.12% from 255 or 5.88% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #660A07 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660A07 is #99F5F8. Grayscale: #252525. Windows color (decimal): -10089977 or 461414. OLE color: 461414.

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

Color convert

RGB102107-
CMYK00.900.930.6
HSL1.89º87.16%21.37%-
HSV(B)1.89º93.14%40%-
XYZ5.633.060.49-
YUV37.17110.98174.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 85.71%
GREEN value IS 10 (4.30% from 255) = 8.40%
BLUE value IS 7 (3.12% from 255) = 5.88%
R=85.71%
G=8.40%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.93
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10210700.900.930.61.8987.1621.37
Hex66A705A5D3C25715
Octal146127013213574212725
Binary1100110101011101011010101110111110010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660A07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,10,7); }

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

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

 a { background-color: rgb(102,10,7); }

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

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

 span { border-color: rgb(102,10,7); }

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