#660F00

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

Shades of Maroon #660F00

Tints of Maroon #660F00

Color information

#660F00 (or 0x660F00) is unknown color: approx Maroon. HEX triplet: 66, 0F and 00. RGB value is (102,15,0). Sum of RGB (Red+Green+Blue) = 102+15+0=117 (15% of max value = 765). Red value is 102 (40.23% from 255 or 87.18% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 102 - color contains mainly: red. Hex color #660F00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F00 is #99F0FF. Grayscale: #272727. Windows color (decimal): -10088704 or 3942. OLE color: 3942.

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

Color convert

RGB102150-
CMYK00.8510.6
HSL8.82º100%20%-
HSV(B)8.82º100%40%-
XYZ5.653.170.31-
YUV39.3105.82172.72-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 87.18%
GREEN value IS 15 (6.25% from 255) = 12.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=87.18%
G=12.82%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10215000.8510.68.8210020
Hex66F0055643C96414
Octal1461700125144741114424
Binary1100110111100101010111001001111001001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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