#662420

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

Shades of Red Oxide #662420

Tints of Red Oxide #662420

Color information

#662420 (or 0x662420) is unknown color: approx Red Oxide. HEX triplet: 66, 24 and 20. RGB value is (102,36,32). Sum of RGB (Red+Green+Blue) = 102+36+32=170 (22% of max value = 765). Red value is 102 (40.23% from 255 or 60% from 170); Green value is 36 (14.45% from 255 or 21.18% from 170); Blue value is 32 (12.89% from 255 or 18.82% from 170); Max value from RGB is 102 - color contains mainly: red. Hex color #662420 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662420 is #99DBDF. Grayscale: #373737. Windows color (decimal): -10083296 or 2106470. OLE color: 2106470.

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

Color convert

RGB1023632-
CMYK00.650.690.6
HSL3.43º52.24%26.27%-
HSV(B)3.43º68.63%40%-
XYZ6.374.191.84-
YUV55.28114.87161.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 60%
GREEN value IS 36 (14.45% from 255) = 21.18%
BLUE value IS 32 (12.89% from 255) = 18.82%
R=60%
G=21.18%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102363200.650.690.63.4352.2426.27
Hex662420041453C3341a
Octal146444001011057436432
Binary11001101001001000000100000110001011111001111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662420; }

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

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

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

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

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

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

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

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