Html Css Color HEX #896224 Afghan Tan

📋 copy color: '#896224'

red 137 ◦ green 98 ◦ blue 36

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

Shades of Afghan Tan #896224

Tints of Afghan Tan #896224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.28%

R = 50.55%
G = 36.16%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.74

 K value IS 0.46

RGB Variations

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

Color information

#896224 (or 0x896224) is known color: Afghan Tan. HEX triplet: 89, 62 and 24. RGB value is (137,98,36). Sum of RGB (Red+Green+Blue) = 137+98+36=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 98 (38.67% from 255 or 36.16% from 271); Blue value is 36 (14.45% from 255 or 13.28% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #896224 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896224 is #769DDB. Grayscale: #666666. Windows color (decimal): -7773660 or 2384521. OLE color: 2384521.

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

Color convert

RGB 137 98 36 -
CMYK 0 0.28 0.74 0.46
HSL 36.83º 0.58% 0.34% -
HSV(B) 36.83º 0.74% 0.54% -
XYZ 15 14.18 3.62 -
YUV 102.59 90.42 152.54 -
System Red Green Blue C M Y K H S L
Decimal 137 98 36 0 0.28 0.74 0.46 36.83 0.58 0.34
Hex 89 62 24 0 1C 4A 2E 25 3A 22
Octal 211 142 44 0 34 112 56 45 72 42
Binary 10001001 1100010 100100 0 11100 1001010 101110 100101 111010 100010

Color Harmonies of #896224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896224

Black with #896224

Text Example


Text Example

White with #896224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896224; }

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

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

background-color css

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

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

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

border-color css

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

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

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