#96571C

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

Shades of Afghan Tan #96571C

Tints of Afghan Tan #96571C

Color information

#96571C (or 0x96571C) is unknown color: approx Afghan Tan. HEX triplet: 96, 57 and 1C. RGB value is (150,87,28). Sum of RGB (Red+Green+Blue) = 150+87+28=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 28 (11.33% from 255 or 10.57% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96571C is #69A8E3. Grayscale: #636363. Windows color (decimal): -6924516 or 1857430. OLE color: 1857430.

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

Color convert

RGB1508728-
CMYK00.420.810.41
HSL29.02º68.54%34.9%-
HSV(B)29.02º81.33%58.82%-
XYZ16.213.382.83-
YUV99.1187.87164.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 87 (34.38% from 255) = 32.83%
BLUE value IS 28 (11.33% from 255) = 10.57%
R=56.60%
G=32.83%
B=10.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150872800.420.810.4129.0268.5434.9
Hex96571C02A51291d4523
Octal22612734052121513510543
Binary1001011010101111110001010101010001101001111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96571C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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