Html Css Color HEX #966220 Afghan Tan

📋 copy color: '#966220'

red 150 ◦ green 98 ◦ blue 32

#966220
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Afghan Tan #966220

Tints of Afghan Tan #966220

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 value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#966220 (or 0x966220) is known color: 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

RGB 150 98 32 -
CMYK 0 0.35 0.79 0.41
HSL 33.56º 0.65% 0.36% -
HSV(B) 33.56º 0.79% 0.59% -
XYZ 17.21 15.32 3.42 -
YUV 106.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 150 98 32 0 0.35 0.79 0.41 33.56 0.65 0.36
Hex 96 62 20 0 23 4F 29 22 41 24
Octal 226 142 40 0 43 117 51 42 101 44
Binary 10010110 1100010 100000 0 100011 1001111 101001 100010 1000001 100100

Color Harmonies of #966220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966220

Black with #966220

Text Example


Text Example

White with #966220

Text Example


Text Example

HTML Codes & Css Web 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>