#896224

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

Shades of Afghan Tan #896224

Tints of Afghan Tan #896224

Color information

#896224 (or 0x896224) is unknown color: approx 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

RGB1379836-
CMYK00.280.740.46
HSL36.83º58.38%33.92%-
HSV(B)36.83º73.72%53.73%-
XYZ1514.183.62-
YUV102.5990.42152.54-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137983600.280.740.4636.8358.3833.92
Hex89622401C4A2E253a22
Octal2111424403411256457242
Binary1000100111000101001000111001001010101110100101111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>