Shades of Dark Tan #996F4B
Tints of Dark Tan #996F4B
RGB
CMYK
RGB Variations
Color information
#996F4B (or 0x996F4B) is known color: Dark Tan. HEX triplet: 99, 6F and 4B. RGB value is (153,111,75). Sum of RGB (Red+Green+Blue) = 153+111+75=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F4B is #6690B4. Grayscale: #777777. Windows color (decimal): -6721717 or 4943769. OLE color: 4943769.
HSL color Cylindrical-coordinate representation of color #996F4B: hue angle of 27.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #996F4B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 111 | 75 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.4 |
| HSL | 27.69º | 0.34% | 0.45% | - |
| HSV(B) | 27.69º | 0.51% | 0.6% | - |
| XYZ | 20.09 | 18.65 | 9.2 | - |
| YUV | 119.45 | 102.91 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 111 | 75 | 0 | 0.27 | 0.51 | 0.4 | 27.69 | 0.34 | 0.45 |
| Hex | 99 | 6F | 4B | 0 | 1B | 33 | 28 | 1C | 22 | 2D |
| Octal | 231 | 157 | 113 | 0 | 33 | 63 | 50 | 34 | 42 | 55 |
| Binary | 10011001 | 1101111 | 1001011 | 0 | 11011 | 110011 | 101000 | 11100 | 100010 | 101101 |
Color Harmonies of #996F4B
Complementary color
Monochromatic Colors of #996F4B
Black with #996F4B
Text Example
Text Example
White with #996F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996F4B; }
p { color: rgb(153,111,75); }
H1.HeaderClassName
{
color: #996F4B;
}
.AnyTagClassName
{
color: #996F4B;
}
</style>
background-color css
<style>
a { background-color: #996F4B; }
a { background-color: rgb(153,111,75); }
div.DivClassName
{
background-color: #996F4B;
}
.BgClassName
{
background-color: #996F4B;
}
</style>
border-color css
<style>
span { border-color: #996F4B; }
span { border-color: rgb(153,111,75); }
td.TdClassName
{
border-color: #996F4B;
}
.TagClassName
{
border-color: #996F4B;
}
</style>