Html Css Color HEX #896223 Afghan Tan

📋 copy color: '#896223'

red 137 ◦ green 98 ◦ blue 35

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

Shades of Afghan Tan #896223

Tints of Afghan Tan #896223

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.96%

R = 50.74%
G = 36.3%
B = 12.96%

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

#896223 (or 0x896223) is known color: Afghan Tan. HEX triplet: 89, 62 and 23. RGB value is (137,98,35). Sum of RGB (Red+Green+Blue) = 137+98+35=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #896223 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896223 is #769DDC. Grayscale: #666666. Windows color (decimal): -7773661 or 2318985. OLE color: 2318985.

HSL color Cylindrical-coordinate representation of color #896223: hue angle of 37.06º degrees, saturation: 0.59, 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 #896223 is Cyan = 0, Magento = 0.28, Yellow = 0.74 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 98 35 -
CMYK 0 0.28 0.74 0.46
HSL 37.06º 0.59% 0.34% -
HSV(B) 37.06º 0.74% 0.54% -
XYZ 14.99 14.18 3.54 -
YUV 102.48 89.92 152.62 -
System Red Green Blue C M Y K H S L
Decimal 137 98 35 0 0.28 0.74 0.46 37.06 0.59 0.34
Hex 89 62 23 0 1C 4A 2E 25 3B 22
Octal 211 142 43 0 34 112 56 45 73 42
Binary 10001001 1100010 100011 0 11100 1001010 101110 100101 111011 100010

Color Harmonies of #896223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896223

Black with #896223

Text Example


Text Example

White with #896223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896223; }

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

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

background-color css

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

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

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

border-color css

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

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

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