Html Css Color HEX #896220 Afghan Tan

📋 copy color: '#896220'

red 137 ◦ green 98 ◦ blue 32

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

Shades of Afghan Tan #896220

Tints of Afghan Tan #896220

RGB

 RED value IS 137 (53.91% from 255) = 51.31%

 GREEN value IS 98 (38.67% from 255) = 36.7%

 BLUE value IS 32 (12.89% from 255) = 11.99%

R = 51.31%
G = 36.7%
B = 11.99%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#896220 (or 0x896220) is known color: Afghan Tan. HEX triplet: 89, 62 and 20. RGB value is (137,98,32). Sum of RGB (Red+Green+Blue) = 137+98+32=267 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.31% from 267); Green value is 98 (38.67% from 255 or 36.70% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 137 - color contains mainly: red. Hex color #896220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896220 is #769DDF. Grayscale: #666666. Windows color (decimal): -7773664 or 2122377. OLE color: 2122377.

HSL color Cylindrical-coordinate representation of color #896220: hue angle of 37.71º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #896220 is Cyan = 0, Magento = 0.28, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 32 -
CMYK 0 0.28 0.77 0.46
HSL 37.71º 0.62% 0.33% -
HSV(B) 37.71º 0.77% 0.54% -
XYZ 14.94 14.16 3.31 -
YUV 102.14 88.42 152.87 -
System Red Green Blue C M Y K H S L
Decimal 137 98 32 0 0.28 0.77 0.46 37.71 0.62 0.33
Hex 89 62 20 0 1C 4D 2E 26 3E 21
Octal 211 142 40 0 34 115 56 46 76 41
Binary 10001001 1100010 100000 0 11100 1001101 101110 100110 111110 100001

Color Harmonies of #896220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896220

Black with #896220

Text Example


Text Example

White with #896220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896220; }

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

 H1.HeaderClassName
 {
   color: #896220;
 }
 .AnyTagClassName
 {
   color: #896220;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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