Shades of Dark Tan #9B6752
Tints of Dark Tan #9B6752
RGB
CMYK
RGB Variations
Color information
#9B6752 (or 0x9B6752) is known color: Dark Tan. HEX triplet: 9B, 67 and 52. RGB value is (155,103,82). Sum of RGB (Red+Green+Blue) = 155+103+82=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6752 is #6498AD. Grayscale: #747474. Windows color (decimal): -6592686 or 5400475. OLE color: 5400475.
HSL color Cylindrical-coordinate representation of color #9B6752: hue angle of 17.26º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9B6752 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 103 | 82 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.39 |
| HSL | 17.26º | 0.31% | 0.46% | - |
| HSV(B) | 17.26º | 0.47% | 0.61% | - |
| XYZ | 19.89 | 17.28 | 10.27 | - |
| YUV | 116.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 103 | 82 | 0 | 0.34 | 0.47 | 0.39 | 17.26 | 0.31 | 0.46 |
| Hex | 9B | 67 | 52 | 0 | 22 | 2F | 27 | 11 | 1F | 2E |
| Octal | 233 | 147 | 122 | 0 | 42 | 57 | 47 | 21 | 37 | 56 |
| Binary | 10011011 | 1100111 | 1010010 | 0 | 100010 | 101111 | 100111 | 10001 | 11111 | 101110 |
Color Harmonies of #9B6752
Complementary color
Monochromatic Colors of #9B6752
Black with #9B6752
Text Example
Text Example
White with #9B6752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6752; }
p { color: rgb(155,103,82); }
H1.HeaderClassName
{
color: #9B6752;
}
.AnyTagClassName
{
color: #9B6752;
}
</style>
background-color css
<style>
a { background-color: #9B6752; }
a { background-color: rgb(155,103,82); }
div.DivClassName
{
background-color: #9B6752;
}
.BgClassName
{
background-color: #9B6752;
}
</style>
border-color css
<style>
span { border-color: #9B6752; }
span { border-color: rgb(155,103,82); }
td.TdClassName
{
border-color: #9B6752;
}
.TagClassName
{
border-color: #9B6752;
}
</style>