#660F09

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

Shades of Red Oxide #660F09

Tints of Red Oxide #660F09

Color information

#660F09 (or 0x660F09) is unknown color: approx Red Oxide. HEX triplet: 66, 0F and 09. RGB value is (102,15,9). Sum of RGB (Red+Green+Blue) = 102+15+9=126 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.95% from 126); Green value is 15 (6.25% from 255 or 11.90% from 126); Blue value is 9 (3.91% from 255 or 7.14% from 126); Max value from RGB is 102 - color contains mainly: red. Hex color #660F09 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660F09 is #99F0F6. Grayscale: #282828. Windows color (decimal): -10088695 or 593766. OLE color: 593766.

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

Color convert

RGB102159-
CMYK00.850.910.6
HSL3.87º83.78%21.76%-
HSV(B)3.87º91.18%40%-
XYZ5.73.190.57-
YUV40.33110.32171.99-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.95%
GREEN value IS 15 (6.25% from 255) = 11.90%
BLUE value IS 9 (3.91% from 255) = 7.14%
R=80.95%
G=11.90%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10215900.850.910.63.8783.7821.76
Hex66F90555B3C45416
Octal1461711012513374412426
Binary110011011111001010101011011011111100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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