#966220

Color #966220 Afghan Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Afghan Tan #966220

Tints of Afghan Tan #966220

Color information

#966220 (or 0x966220) is unknown color: approx Afghan Tan. HEX triplet: 96, 62 and 20. RGB value is (150,98,32). Sum of RGB (Red+Green+Blue) = 150+98+32=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #966220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966220 is #699DDF. Grayscale: #6A6A6A. Windows color (decimal): -6921696 or 2122390. OLE color: 2122390.

HSL color Cylindrical-coordinate representation of color #966220: hue angle of 33.56º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #966220 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB1509832-
CMYK00.350.790.41
HSL33.56º64.84%35.69%-
HSV(B)33.56º78.67%58.82%-
XYZ17.2115.323.42-
YUV106.0286.23159.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=53.57%
G=35%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150983200.350.790.4133.5664.8435.69
Hex9662200234F29224124
Octal22614240043117514210144
Binary100101101100010100000010001110011111010011000101000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966220; }

 p { color: rgb(150,98,32); }

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

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

 a { background-color: rgb(150,98,32); }

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

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

 span { border-color: rgb(150,98,32); }

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