#661100

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

Shades of Maroon #661100

Tints of Maroon #661100

Color information

#661100 (or 0x661100) is unknown color: approx Maroon. HEX triplet: 66, 11 and 00. RGB value is (102,17,0). Sum of RGB (Red+Green+Blue) = 102+17+0=119 (15% of max value = 765). Red value is 102 (40.23% from 255 or 85.71% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 102 - color contains mainly: red. Hex color #661100 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661100 is #99EEFF. Grayscale: #282828. Windows color (decimal): -10088192 or 4454. OLE color: 4454.

HSL color Cylindrical-coordinate representation of color #661100: hue angle of 10º 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 #661100 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB102170-
CMYK00.8310.6
HSL10º100%20%-
HSV(B)10º100%40%-
XYZ5.683.230.32-
YUV40.48105.16171.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 85.71%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=85.71%
G=14.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10217000.8310.61010020
Hex66110053643Ca6414
Octal1462100123144741214424
Binary11001101000100101001111001001111001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661100

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661100; }

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

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

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

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

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

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

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

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