#660E01

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

Shades of Maroon #660E01

Tints of Maroon #660E01

Color information

#660E01 (or 0x660E01) is unknown color: approx Maroon. HEX triplet: 66, 0E and 01. RGB value is (102,14,1). Sum of RGB (Red+Green+Blue) = 102+14+1=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 1 (0.78% from 255 or 0.85% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660E01 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E01 is #99F1FE. Grayscale: #262626. Windows color (decimal): -10088959 or 69222. OLE color: 69222.

HSL color Cylindrical-coordinate representation of color #660E01: hue angle of 7.72º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660E01 is Cyan = 0, Magento = 0.86, Yellow = 0.99 and Black (K on CMYK) = 0.6.

Color convert

RGB102141-
CMYK00.860.990.6
HSL7.72º98.06%20.2%-
HSV(B)7.72º99.02%40%-
XYZ5.643.140.34-
YUV38.83106.65173.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 14 (5.86% from 255) = 11.97%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=87.18%
G=11.97%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.99
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10214100.860.990.67.7298.0620.2
Hex66E1056633C86214
Octal1461610126143741014224
Binary1100110111010101011011000111111001000110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,14,1); }

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

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

 a { background-color: rgb(102,14,1); }

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

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

 span { border-color: rgb(102,14,1); }

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