Shades of Afghan Tan #965C20
Tints of Afghan Tan #965C20
RGB
CMYK
RGB Variations
Color information
#965C20 (or 0x965C20) is known color: Afghan Tan. HEX triplet: 96, 5C and 20. RGB value is (150,92,32). Sum of RGB (Red+Green+Blue) = 150+92+32=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 92 (36.33% from 255 or 33.58% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #965C20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C20 is #69A3DF. Grayscale: #666666. Windows color (decimal): -6923232 or 2120854. OLE color: 2120854.
HSL color Cylindrical-coordinate representation of color #965C20: hue angle of 30.51º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #965C20 is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 32 | - |
| CMYK | 0 | 0.39 | 0.79 | 0.41 |
| HSL | 30.51º | 0.65% | 0.36% | - |
| HSV(B) | 30.51º | 0.79% | 0.59% | - |
| XYZ | 16.67 | 14.24 | 3.24 | - |
| YUV | 102.5 | 88.22 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 32 | 0 | 0.39 | 0.79 | 0.41 | 30.51 | 0.65 | 0.36 |
| Hex | 96 | 5C | 20 | 0 | 27 | 4F | 29 | 1F | 41 | 24 |
| Octal | 226 | 134 | 40 | 0 | 47 | 117 | 51 | 37 | 101 | 44 |
| Binary | 10010110 | 1011100 | 100000 | 0 | 100111 | 1001111 | 101001 | 11111 | 1000001 | 100100 |
Color Harmonies of #965C20
Complementary color
Monochromatic Colors of #965C20
Black with #965C20
Text Example
Text Example
White with #965C20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C20; }
p { color: rgb(150,92,32); }
H1.HeaderClassName
{
color: #965C20;
}
.AnyTagClassName
{
color: #965C20;
}
</style>
background-color css
<style>
a { background-color: #965C20; }
a { background-color: rgb(150,92,32); }
div.DivClassName
{
background-color: #965C20;
}
.BgClassName
{
background-color: #965C20;
}
</style>
border-color css
<style>
span { border-color: #965C20; }
span { border-color: rgb(150,92,32); }
td.TdClassName
{
border-color: #965C20;
}
.TagClassName
{
border-color: #965C20;
}
</style>