#660E09

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

Shades of Red Oxide #660E09

Tints of Red Oxide #660E09

Color information

#660E09 (or 0x660E09) is unknown color: approx Red Oxide. HEX triplet: 66, 0E and 09. RGB value is (102,14,9). Sum of RGB (Red+Green+Blue) = 102+14+9=125 (16% of max value = 765). Red value is 102 (40.23% from 255 or 81.6% from 125); Green value is 14 (5.86% from 255 or 11.2% from 125); Blue value is 9 (3.91% from 255 or 7.2% from 125); Max value from RGB is 102 - color contains mainly: red. Hex color #660E09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660E09 is #99F1F6. Grayscale: #272727. Windows color (decimal): -10088951 or 593510. OLE color: 593510.

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

Color convert

RGB102149-
CMYK00.860.910.6
HSL3.23º83.78%21.76%-
HSV(B)3.23º91.18%40%-
XYZ5.693.160.57-
YUV39.74110.65172.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 81.6%
GREEN value IS 14 (5.86% from 255) = 11.2%
BLUE value IS 9 (3.91% from 255) = 7.2%
R=81.6%
G=11.2%
B=7.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10214900.860.910.63.2383.7821.76
Hex66E90565B3C35416
Octal1461611012613374312426
Binary11001101110100101010110101101111110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660E09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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