Shades of Afghan Tan #965E23
Tints of Afghan Tan #965E23
RGB
CMYK
RGB Variations
Color information
#965E23 (or 0x965E23) is known color: Afghan Tan. HEX triplet: 96, 5E and 23. RGB value is (150,94,35). Sum of RGB (Red+Green+Blue) = 150+94+35=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #965E23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E23 is #69A1DC. Grayscale: #686868. Windows color (decimal): -6922717 or 2317974. OLE color: 2317974.
HSL color Cylindrical-coordinate representation of color #965E23: hue angle of 30.78º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #965E23 is Cyan = 0, Magento = 0.37, Yellow = 0.77 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 35 | - |
| CMYK | 0 | 0.37 | 0.77 | 0.41 |
| HSL | 30.78º | 0.62% | 0.36% | - |
| HSV(B) | 30.78º | 0.77% | 0.59% | - |
| XYZ | 16.88 | 14.61 | 3.52 | - |
| YUV | 104.02 | 89.05 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 35 | 0 | 0.37 | 0.77 | 0.41 | 30.78 | 0.62 | 0.36 |
| Hex | 96 | 5E | 23 | 0 | 25 | 4D | 29 | 1F | 3E | 24 |
| Octal | 226 | 136 | 43 | 0 | 45 | 115 | 51 | 37 | 76 | 44 |
| Binary | 10010110 | 1011110 | 100011 | 0 | 100101 | 1001101 | 101001 | 11111 | 111110 | 100100 |
Color Harmonies of #965E23
Complementary color
Monochromatic Colors of #965E23
Black with #965E23
Text Example
Text Example
White with #965E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E23; }
p { color: rgb(150,94,35); }
H1.HeaderClassName
{
color: #965E23;
}
.AnyTagClassName
{
color: #965E23;
}
</style>
background-color css
<style>
a { background-color: #965E23; }
a { background-color: rgb(150,94,35); }
div.DivClassName
{
background-color: #965E23;
}
.BgClassName
{
background-color: #965E23;
}
</style>
border-color css
<style>
span { border-color: #965E23; }
span { border-color: rgb(150,94,35); }
td.TdClassName
{
border-color: #965E23;
}
.TagClassName
{
border-color: #965E23;
}
</style>