#896026

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

Shades of Afghan Tan #896026

Tints of Afghan Tan #896026

Color information

#896026 (or 0x896026) is unknown color: approx Afghan Tan. HEX triplet: 89, 60 and 26. RGB value is (137,96,38). Sum of RGB (Red+Green+Blue) = 137+96+38=271 (35% of max value = 765). Red value is 137 (53.91% from 255 or 50.55% from 271); Green value is 96 (37.89% from 255 or 35.42% from 271); Blue value is 38 (15.23% from 255 or 14.02% from 271); Max value from RGB is 137 - color contains mainly: red. Hex color #896026 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896026 is #769FD9. Grayscale: #656565. Windows color (decimal): -7774170 or 2515081. OLE color: 2515081.

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

Color convert

RGB1379638-
CMYK00.300.720.46
HSL35.15º56.57%34.31%-
HSV(B)35.15º72.26%53.73%-
XYZ14.8513.823.72-
YUV101.6592.08153.22-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 50.55%
GREEN value IS 96 (37.89% from 255) = 35.42%
BLUE value IS 38 (15.23% from 255) = 14.02%
R=50.55%
G=35.42%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137963800.300.720.4635.1556.5734.31
Hex89602601E482E233922
Octal2111404603611056437142
Binary1000100111000001001100111101001000101110100011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896026; }

 p { color: rgb(137,96,38); }

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

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

 a { background-color: rgb(137,96,38); }

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

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

 span { border-color: rgb(137,96,38); }

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