Shades of Afghan Tan #96591B
Tints of Afghan Tan #96591B
RGB
CMYK
RGB Variations
Color information
#96591B (or 0x96591B) is known color: Afghan Tan. HEX triplet: 96, 59 and 1B. RGB value is (150,89,27). Sum of RGB (Red+Green+Blue) = 150+89+27=266 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.39% from 266); Green value is 89 (35.16% from 255 or 33.46% from 266); Blue value is 27 (10.94% from 255 or 10.15% from 266); Max value from RGB is 150 - color contains mainly: red. Hex color #96591B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96591B is #69A6E4. Grayscale: #646464. Windows color (decimal): -6924005 or 1792406. OLE color: 1792406.
HSL color Cylindrical-coordinate representation of color #96591B: hue angle of 30.24º 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 #96591B is Cyan = 0, Magento = 0.41, Yellow = 0.82 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 27 | - |
| CMYK | 0 | 0.41 | 0.82 | 0.41 |
| HSL | 30.24º | 0.69% | 0.35% | - |
| HSV(B) | 30.24º | 0.82% | 0.59% | - |
| XYZ | 16.35 | 13.71 | 2.82 | - |
| YUV | 100.17 | 86.71 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 27 | 0 | 0.41 | 0.82 | 0.41 | 30.24 | 0.69 | 0.35 |
| Hex | 96 | 59 | 1B | 0 | 29 | 52 | 29 | 1E | 45 | 23 |
| Octal | 226 | 131 | 33 | 0 | 51 | 122 | 51 | 36 | 105 | 43 |
| Binary | 10010110 | 1011001 | 11011 | 0 | 101001 | 1010010 | 101001 | 11110 | 1000101 | 100011 |
Color Harmonies of #96591B
Complementary color
Monochromatic Colors of #96591B
Black with #96591B
Text Example
Text Example
White with #96591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96591B; }
p { color: rgb(150,89,27); }
H1.HeaderClassName
{
color: #96591B;
}
.AnyTagClassName
{
color: #96591B;
}
</style>
background-color css
<style>
a { background-color: #96591B; }
a { background-color: rgb(150,89,27); }
div.DivClassName
{
background-color: #96591B;
}
.BgClassName
{
background-color: #96591B;
}
</style>
border-color css
<style>
span { border-color: #96591B; }
span { border-color: rgb(150,89,27); }
td.TdClassName
{
border-color: #96591B;
}
.TagClassName
{
border-color: #96591B;
}
</style>