#660B00

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

Shades of Maroon #660B00

Tints of Maroon #660B00

Color information

#660B00 (or 0x660B00) is unknown color: approx Maroon. HEX triplet: 66, 0B and 00. RGB value is (102,11,0). Sum of RGB (Red+Green+Blue) = 102+11+0=113 (14% of max value = 765). Red value is 102 (40.23% from 255 or 90.27% from 113); Green value is 11 (4.69% from 255 or 9.73% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 102 - color contains mainly: red. Hex color #660B00 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B00 is #99F4FF. Grayscale: #252525. Windows color (decimal): -10089728 or 2918. OLE color: 2918.

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

Color convert

RGB102110-
CMYK00.8910.6
HSL6.47º100%20%-
HSV(B)6.47º100%40%-
XYZ5.63.060.3-
YUV36.96107.15174.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 90.27%
GREEN value IS 11 (4.69% from 255) = 9.73%
BLUE value IS 0 (0.39% from 255) = 0%
R=90.27%
G=9.73%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 1
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211000.8910.66.4710020
Hex66B0059643C66414
Octal146130013114474614424
Binary110011010110010110011100100111100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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