#96571A

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

Shades of Afghan Tan #96571A

Tints of Afghan Tan #96571A

Color information

#96571A (or 0x96571A) is unknown color: approx Afghan Tan. HEX triplet: 96, 57 and 1A. RGB value is (150,87,26). Sum of RGB (Red+Green+Blue) = 150+87+26=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 87 (34.38% from 255 or 33.08% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #96571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96571A is #69A8E5. Grayscale: #636363. Windows color (decimal): -6924518 or 1726358. OLE color: 1726358.

HSL color Cylindrical-coordinate representation of color #96571A: hue angle of 29.52º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96571A is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB1508726-
CMYK00.420.830.41
HSL29.52º70.45%34.51%-
HSV(B)29.52º82.67%58.82%-
XYZ16.1713.382.71-
YUV98.8886.87164.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 87 (34.38% from 255) = 33.08%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=57.03%
G=33.08%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150872600.420.830.4129.5270.4534.51
Hex96571A02A53291e4623
Octal22612732052123513610643
Binary1001011010101111101001010101010011101001111101000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96571A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96571A; }

 p { color: rgb(150,87,26); }

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

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

 a { background-color: rgb(150,87,26); }

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

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

 span { border-color: rgb(150,87,26); }

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