#662120

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

Shades of Red Oxide #662120

Tints of Red Oxide #662120

Color information

#662120 (or 0x662120) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 20. RGB value is (102,33,32). Sum of RGB (Red+Green+Blue) = 102+33+32=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 33 (13.28% from 255 or 19.76% from 167); Blue value is 32 (12.89% from 255 or 19.16% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #662120 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662120 is #99DEDF. Grayscale: #353535. Windows color (decimal): -10084064 or 2105702. OLE color: 2105702.

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

Color convert

RGB1023332-
CMYK00.680.690.6
HSL0.86º52.24%26.27%-
HSV(B)0.86º68.63%40%-
XYZ6.284.021.81-
YUV53.52115.86162.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.08%
GREEN value IS 33 (13.28% from 255) = 19.76%
BLUE value IS 32 (12.89% from 255) = 19.16%
R=61.08%
G=19.76%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102333200.680.690.60.8652.2426.27
Hex662120044453C1341a
Octal146414001041057416432
Binary1100110100001100000010001001000101111100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662120; }

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

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

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

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

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

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

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

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