Shades of Afghan Tan #995E2B
Tints of Afghan Tan #995E2B
RGB
CMYK
RGB Variations
Color information
#995E2B (or 0x995E2B) is known color: Afghan Tan. HEX triplet: 99, 5E and 2B. RGB value is (153,94,43). Sum of RGB (Red+Green+Blue) = 153+94+43=290 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.76% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 153 - color contains mainly: red. Hex color #995E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #995E2B is #66A1D4. Grayscale: #6A6A6A. Windows color (decimal): -6726101 or 2842265. OLE color: 2842265.
HSL color Cylindrical-coordinate representation of color #995E2B: hue angle of 27.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #995E2B is Cyan = 0, Magento = 0.39, Yellow = 0.72 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 43 | - |
| CMYK | 0 | 0.39 | 0.72 | 0.4 |
| HSL | 27.82º | 0.56% | 0.38% | - |
| HSV(B) | 27.82º | 0.72% | 0.6% | - |
| XYZ | 17.58 | 14.95 | 4.25 | - |
| YUV | 105.83 | 92.55 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 43 | 0 | 0.39 | 0.72 | 0.4 | 27.82 | 0.56 | 0.38 |
| Hex | 99 | 5E | 2B | 0 | 27 | 48 | 28 | 1C | 38 | 26 |
| Octal | 231 | 136 | 53 | 0 | 47 | 110 | 50 | 34 | 70 | 46 |
| Binary | 10011001 | 1011110 | 101011 | 0 | 100111 | 1001000 | 101000 | 11100 | 111000 | 100110 |
Color Harmonies of #995E2B
Complementary color
Monochromatic Colors of #995E2B
Black with #995E2B
Text Example
Text Example
White with #995E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E2B; }
p { color: rgb(153,94,43); }
H1.HeaderClassName
{
color: #995E2B;
}
.AnyTagClassName
{
color: #995E2B;
}
</style>
background-color css
<style>
a { background-color: #995E2B; }
a { background-color: rgb(153,94,43); }
div.DivClassName
{
background-color: #995E2B;
}
.BgClassName
{
background-color: #995E2B;
}
</style>
border-color css
<style>
span { border-color: #995E2B; }
span { border-color: rgb(153,94,43); }
td.TdClassName
{
border-color: #995E2B;
}
.TagClassName
{
border-color: #995E2B;
}
</style>