Shades of Dark Tan #9B694D
Tints of Dark Tan #9B694D
RGB
CMYK
RGB Variations
Color information
#9B694D (or 0x9B694D) is known color: Dark Tan. HEX triplet: 9B, 69 and 4D. RGB value is (155,105,77). Sum of RGB (Red+Green+Blue) = 155+105+77=337 (44% of max value = 765). Red value is 155 (60.94% from 255 or 45.99% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 77 (30.47% from 255 or 22.85% from 337); Max value from RGB is 155 - color contains mainly: red. Hex color #9B694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B694D is #6496B2. Grayscale: #747474. Windows color (decimal): -6592179 or 5073307. OLE color: 5073307.
HSL color Cylindrical-coordinate representation of color #9B694D: hue angle of 21.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B694D is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 105 | 77 | - |
| CMYK | 0 | 0.32 | 0.50 | 0.39 |
| HSL | 21.54º | 0.34% | 0.45% | - |
| HSV(B) | 21.54º | 0.5% | 0.61% | - |
| XYZ | 19.91 | 17.61 | 9.37 | - |
| YUV | 116.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 105 | 77 | 0 | 0.32 | 0.50 | 0.39 | 21.54 | 0.34 | 0.45 |
| Hex | 9B | 69 | 4D | 0 | 20 | 32 | 27 | 16 | 22 | 2D |
| Octal | 233 | 151 | 115 | 0 | 40 | 62 | 47 | 26 | 42 | 55 |
| Binary | 10011011 | 1101001 | 1001101 | 0 | 100000 | 110010 | 100111 | 10110 | 100010 | 101101 |
Color Harmonies of #9B694D
Complementary color
Monochromatic Colors of #9B694D
Black with #9B694D
Text Example
Text Example
White with #9B694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B694D; }
p { color: rgb(155,105,77); }
H1.HeaderClassName
{
color: #9B694D;
}
.AnyTagClassName
{
color: #9B694D;
}
</style>
background-color css
<style>
a { background-color: #9B694D; }
a { background-color: rgb(155,105,77); }
div.DivClassName
{
background-color: #9B694D;
}
.BgClassName
{
background-color: #9B694D;
}
</style>
border-color css
<style>
span { border-color: #9B694D; }
span { border-color: rgb(155,105,77); }
td.TdClassName
{
border-color: #9B694D;
}
.TagClassName
{
border-color: #9B694D;
}
</style>