#896221

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

Shades of Afghan Tan #896221

Tints of Afghan Tan #896221

Color information

#896221 (or 0x896221) is unknown color: approx Afghan Tan. HEX triplet: 89, 62 and 21. RGB value is (137,98,33). Sum of RGB (Red+Green+Blue) = 137+98+33=268 (35% of max value = 765). Red value is 137 (53.91% from 255 or 51.12% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 33 (13.28% from 255 or 12.31% from 268); Max value from RGB is 137 - color contains mainly: red. Hex color #896221 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896221 is #769DDE. Grayscale: #666666. Windows color (decimal): -7773663 or 2187913. OLE color: 2187913.

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

Color convert

RGB1379833-
CMYK00.280.760.46
HSL37.5º61.18%33.33%-
HSV(B)37.5º75.91%53.73%-
XYZ14.9614.163.38-
YUV102.2588.92152.79-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 51.12%
GREEN value IS 98 (38.67% from 255) = 36.57%
BLUE value IS 33 (13.28% from 255) = 12.31%
R=51.12%
G=36.57%
B=12.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137983300.280.760.4637.561.1833.33
Hex89622101C4C2E263d21
Octal2111424103411456467541
Binary1000100111000101000010111001001100101110100110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896221; }

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

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

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

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

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

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

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

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