#660B09

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

Shades of Maroon #660B09

Tints of Maroon #660B09

Color information

#660B09 (or 0x660B09) is unknown color: approx Maroon. HEX triplet: 66, 0B and 09. RGB value is (102,11,9). Sum of RGB (Red+Green+Blue) = 102+11+9=122 (16% of max value = 765). Red value is 102 (40.23% from 255 or 83.61% from 122); Green value is 11 (4.69% from 255 or 9.02% from 122); Blue value is 9 (3.91% from 255 or 7.38% from 122); Max value from RGB is 102 - color contains mainly: red. Hex color #660B09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660B09 is #99F4F6. Grayscale: #262626. Windows color (decimal): -10089719 or 592742. OLE color: 592742.

HSL color Cylindrical-coordinate representation of color #660B09: hue angle of 1.29º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #660B09 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.6.

Color convert

RGB102119-
CMYK00.890.910.6
HSL1.29º83.78%21.76%-
HSV(B)1.29º91.18%40%-
XYZ5.653.080.56-
YUV37.98111.65173.66-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 83.61%
GREEN value IS 11 (4.69% from 255) = 9.02%
BLUE value IS 9 (3.91% from 255) = 7.38%
R=83.61%
G=9.02%
B=7.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10211900.890.910.61.2983.7821.76
Hex66B90595B3C15416
Octal1461311013113374112426
Binary1100110101110010101100110110111111001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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