#660D09

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

Shades of Red Oxide #660D09

Tints of Red Oxide #660D09

Color information

#660D09 (or 0x660D09) is unknown color: approx Red Oxide. HEX triplet: 66, 0D and 09. RGB value is (102,13,9). Sum of RGB (Red+Green+Blue) = 102+13+9=124 (16% of max value = 765). Red value is 102 (40.23% from 255 or 82.26% from 124); Green value is 13 (5.47% from 255 or 10.48% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 102 - color contains mainly: red. Hex color #660D09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660D09 is #99F2F6. Grayscale: #272727. Windows color (decimal): -10089207 or 593254. OLE color: 593254.

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

Color convert

RGB102139-
CMYK00.870.910.6
HSL2.58º83.78%21.76%-
HSV(B)2.58º91.18%40%-
XYZ5.673.130.56-
YUV39.16110.99172.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 82.26%
GREEN value IS 13 (5.47% from 255) = 10.48%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=82.26%
G=10.48%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10213900.870.910.62.5883.7821.76
Hex66D90575B3C35416
Octal1461511012713374312426
Binary11001101101100101010111101101111110011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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