#662520

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

Shades of Red Oxide #662520

Tints of Red Oxide #662520

Color information

#662520 (or 0x662520) is unknown color: approx Red Oxide. HEX triplet: 66, 25 and 20. RGB value is (102,37,32). Sum of RGB (Red+Green+Blue) = 102+37+32=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 37 (14.84% from 255 or 21.64% from 171); Blue value is 32 (12.89% from 255 or 18.71% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #662520 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662520 is #99DADF. Grayscale: #373737. Windows color (decimal): -10083040 or 2106726. OLE color: 2106726.

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

Color convert

RGB1023732-
CMYK00.640.690.6
HSL4.29º52.24%26.27%-
HSV(B)4.29º68.63%40%-
XYZ6.44.251.85-
YUV55.86114.53160.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 59.65%
GREEN value IS 37 (14.84% from 255) = 21.64%
BLUE value IS 32 (12.89% from 255) = 18.71%
R=59.65%
G=21.64%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102373200.640.690.64.2952.2426.27
Hex662520040453C4341a
Octal146454001001057446432
Binary110011010010110000001000000100010111110010011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662520; }

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

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

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

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

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

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

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

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