Shades of Afghan Tan #96551D
Tints of Afghan Tan #96551D
RGB
CMYK
RGB Variations
Color information
#96551D (or 0x96551D) is known color: Afghan Tan. HEX triplet: 96, 55 and 1D. RGB value is (150,85,29). Sum of RGB (Red+Green+Blue) = 150+85+29=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96551D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96551D is #69AAE2. Grayscale: #626262. Windows color (decimal): -6925027 or 1922454. OLE color: 1922454.
HSL color Cylindrical-coordinate representation of color #96551D: hue angle of 27.77º degrees, saturation: 0.68, 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 #96551D is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 29 | - |
| CMYK | 0 | 0.43 | 0.81 | 0.41 |
| HSL | 27.77º | 0.68% | 0.35% | - |
| HSV(B) | 27.77º | 0.81% | 0.59% | - |
| XYZ | 16.05 | 13.07 | 2.84 | - |
| YUV | 98.05 | 89.03 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 29 | 0 | 0.43 | 0.81 | 0.41 | 27.77 | 0.68 | 0.35 |
| Hex | 96 | 55 | 1D | 0 | 2B | 51 | 29 | 1C | 44 | 23 |
| Octal | 226 | 125 | 35 | 0 | 53 | 121 | 51 | 34 | 104 | 43 |
| Binary | 10010110 | 1010101 | 11101 | 0 | 101011 | 1010001 | 101001 | 11100 | 1000100 | 100011 |
Color Harmonies of #96551D
Complementary color
Monochromatic Colors of #96551D
Black with #96551D
Text Example
Text Example
White with #96551D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96551D; }
p { color: rgb(150,85,29); }
H1.HeaderClassName
{
color: #96551D;
}
.AnyTagClassName
{
color: #96551D;
}
</style>
background-color css
<style>
a { background-color: #96551D; }
a { background-color: rgb(150,85,29); }
div.DivClassName
{
background-color: #96551D;
}
.BgClassName
{
background-color: #96551D;
}
</style>
border-color css
<style>
span { border-color: #96551D; }
span { border-color: rgb(150,85,29); }
td.TdClassName
{
border-color: #96551D;
}
.TagClassName
{
border-color: #96551D;
}
</style>