#660C04

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

Shades of Maroon #660C04

Tints of Maroon #660C04

Color information

#660C04 (or 0x660C04) is unknown color: approx Maroon. HEX triplet: 66, 0C and 04. RGB value is (102,12,4). Sum of RGB (Red+Green+Blue) = 102+12+4=118 (15% of max value = 765). Red value is 102 (40.23% from 255 or 86.44% from 118); Green value is 12 (5.08% from 255 or 10.17% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 102 - color contains mainly: red. Hex color #660C04 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660C04 is #99F3FB. Grayscale: #262626. Windows color (decimal): -10089468 or 265318. OLE color: 265318.

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

Color convert

RGB102124-
CMYK00.880.960.6
HSL4.9º92.45%20.78%-
HSV(B)4.9º96.08%40%-
XYZ5.633.10.42-
YUV38108.82173.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 86.44%
GREEN value IS 12 (5.08% from 255) = 10.17%
BLUE value IS 4 (1.95% from 255) = 3.39%
R=86.44%
G=10.17%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.96
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10212400.880.960.64.992.4520.78
Hex66C4058603C55c15
Octal146144013014074513425
Binary11001101100100010110001100000111100101101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,12,4); }

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

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

 a { background-color: rgb(102,12,4); }

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

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

 span { border-color: rgb(102,12,4); }

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