#96571f

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

Shades of Afghan Tan #96571F

Tints of Afghan Tan #96571F

Color information

#96571F (or 0x96571F) is unknown color: approx Afghan Tan. HEX triplet: 96, 57 and 1F. RGB value is (150,87,31). Sum of RGB (Red+Green+Blue) = 150+87+31=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 87 (34.38% from 255 or 32.46% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #96571F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96571F is #69A8E0. Grayscale: #636363. Windows color (decimal): -6924513 or 2054038. OLE color: 2054038.

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

Color convert

RGB1508731-
CMYK00.420.790.41
HSL28.24º65.75%35.49%-
HSV(B)28.24º79.33%58.82%-
XYZ16.2313.43.03-
YUV99.4589.37164.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 87 (34.38% from 255) = 32.46%
BLUE value IS 31 (12.5% from 255) = 11.57%
R=55.97%
G=32.46%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150873100.420.790.4128.2465.7535.49
Hex96571F02A4F291c4223
Octal22612737052117513410243
Binary1001011010101111111101010101001111101001111001000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96571f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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