#662116

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

Shades of Red Oxide #662116

Tints of Red Oxide #662116

Color information

#662116 (or 0x662116) is unknown color: approx Red Oxide. HEX triplet: 66, 21 and 16. RGB value is (102,33,22). Sum of RGB (Red+Green+Blue) = 102+33+22=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 33 (13.28% from 255 or 21.02% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #662116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #662116 is #99DEE9. Grayscale: #343434. Windows color (decimal): -10084074 or 1450342. OLE color: 1450342.

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

Color convert

RGB1023322-
CMYK00.680.780.6
HSL8.25º64.52%24.31%-
HSV(B)8.25º78.43%40%-
XYZ6.173.971.2-
YUV52.38110.86163.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 33 (13.28% from 255) = 21.02%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=64.97%
G=21.02%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102332200.680.780.68.2564.5224.31
Hex6621160444E3C84118
Octal14641260104116741010130
Binary1100110100001101100100010010011101111001000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662116; }

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

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

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

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

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

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

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

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