#896124

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

Shades of Afghan Tan #896124

Tints of Afghan Tan #896124

Color information

#896124 (or 0x896124) is unknown color: approx Afghan Tan. HEX triplet: 89, 61 and 24. RGB value is (137,97,36). Sum of RGB (Red+Green+Blue) = 137+97+36=270 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.74% from 270); Green value is 97 (38.28% from 255 or 35.93% from 270); Blue value is 36 (14.45% from 255 or 13.33% from 270); Max value from RGB is 137 - color contains mainly: red. Hex color #896124 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896124 is #769EDB. Grayscale: #666666. Windows color (decimal): -7773916 or 2384265. OLE color: 2384265.

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

Color convert

RGB1379736-
CMYK00.290.740.46
HSL36.24º58.38%33.92%-
HSV(B)36.24º73.72%53.73%-
XYZ14.91143.58-
YUV102.0190.75152.96-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.74%
GREEN value IS 97 (38.28% from 255) = 35.93%
BLUE value IS 36 (14.45% from 255) = 13.33%
R=50.74%
G=35.93%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137973600.290.740.4636.2458.3833.92
Hex89612401D4A2E243a22
Octal2111414403511256447242
Binary1000100111000011001000111011001010101110100100111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896124; }

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

 H1.HeaderClassName
 {
   color: #896124;
 }
 .AnyTagClassName
 {
   color: #896124;
 }
</style>
background-color css

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

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

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

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

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

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