#660600

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

Shades of Maroon #660600

Tints of Maroon #660600

Color information

#660600 (or 0x660600) is unknown color: approx Maroon. HEX triplet: 66, 06 and 00. RGB value is (102,6,0). Sum of RGB (Red+Green+Blue) = 102+6+0=108 (14% of max value = 765). Red value is 102 (40.23% from 255 or 94.44% from 108); Green value is 6 (2.73% from 255 or 5.56% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 102 - color contains mainly: red. Hex color #660600 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660600 is #99F9FF. Grayscale: #222222. Windows color (decimal): -10091008 or 1638. OLE color: 1638.

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

Color convert

RGB10260-
CMYK00.9410.6
HSL3.53º100%20%-
HSV(B)3.53º100%40%-
XYZ5.542.960.28-
YUV34.02108.8176.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 94.44%
GREEN value IS 6 (2.73% from 255) = 5.56%
BLUE value IS 0 (0.39% from 255) = 0%
R=94.44%
G=5.56%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1026000.9410.63.5310020
Hex666005E643C46414
Octal14660013614474414424
Binary11001101100010111101100100111100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660600; }

 p { color: rgb(102,6,0); }

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

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

 a { background-color: rgb(102,6,0); }

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

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

 span { border-color: rgb(102,6,0); }

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