#96571B

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

Shades of Afghan Tan #96571B

Tints of Afghan Tan #96571B

Color information

#96571B (or 0x96571B) is unknown color: approx Afghan Tan. HEX triplet: 96, 57 and 1B. RGB value is (150,87,27). Sum of RGB (Red+Green+Blue) = 150+87+27=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 87 (34.38% from 255 or 32.95% from 264); Blue value is 27 (10.94% from 255 or 10.23% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96571B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96571B is #69A8E4. Grayscale: #636363. Windows color (decimal): -6924517 or 1791894. OLE color: 1791894.

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

Color convert

RGB1508727-
CMYK00.420.820.41
HSL29.27º69.49%34.71%-
HSV(B)29.27º82%58.82%-
XYZ16.1813.382.77-
YUV9987.37164.38-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 87 (34.38% from 255) = 32.95%
BLUE value IS 27 (10.94% from 255) = 10.23%
R=56.82%
G=32.95%
B=10.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.82
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150872700.420.820.4129.2769.4934.71
Hex96571B02A52291d4523
Octal22612733052122513510543
Binary1001011010101111101101010101010010101001111011000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96571B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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