#662010

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

Shades of Red Oxide #662010

Tints of Red Oxide #662010

Color information

#662010 (or 0x662010) is unknown color: approx Red Oxide. HEX triplet: 66, 20 and 10. RGB value is (102,32,16). Sum of RGB (Red+Green+Blue) = 102+32+16=150 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 16 (6.64% from 255 or 10.67% from 150); Max value from RGB is 102 - color contains mainly: red. Hex color #662010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662010 is #99DFEF. Grayscale: #333333. Windows color (decimal): -10084336 or 1056870. OLE color: 1056870.

HSL color Cylindrical-coordinate representation of color #662010: hue angle of 11.16º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #662010 is Cyan = 0, Magento = 0.69, Yellow = 0.84 and Black (K on CMYK) = 0.6.

Color convert

RGB1023216-
CMYK00.690.840.6
HSL11.16º72.88%23.14%-
HSV(B)11.16º84.31%40%-
XYZ6.093.90.92-
YUV51.11108.19164.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68%
GREEN value IS 32 (12.89% from 255) = 21.33%
BLUE value IS 16 (6.64% from 255) = 10.67%
R=68%
G=21.33%
B=10.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.84
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102321600.690.840.611.1672.8823.14
Hex662010045543Cb4917
Octal14640200105124741311127
Binary1100110100000100000100010110101001111001011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662010; }

 p { color: rgb(102,32,16); }

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

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

 a { background-color: rgb(102,32,16); }

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

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

 span { border-color: rgb(102,32,16); }

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