Shades of Dark Tan #9D6748
Tints of Dark Tan #9D6748
RGB
CMYK
RGB Variations
Color information
#9D6748 (or 0x9D6748) is known color: Dark Tan. HEX triplet: 9D, 67 and 48. RGB value is (157,103,72). Sum of RGB (Red+Green+Blue) = 157+103+72=332 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.29% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9D6748 is #6298B7. Grayscale: #737373. Windows color (decimal): -6461624 or 4745117. OLE color: 4745117.
HSL color Cylindrical-coordinate representation of color #9D6748: hue angle of 21.88º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D6748 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 103 | 72 | - |
| CMYK | 0 | 0.34 | 0.54 | 0.38 |
| HSL | 21.88º | 0.37% | 0.45% | - |
| HSV(B) | 21.88º | 0.54% | 0.62% | - |
| XYZ | 19.92 | 17.34 | 8.43 | - |
| YUV | 115.61 | 103.39 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 103 | 72 | 0 | 0.34 | 0.54 | 0.38 | 21.88 | 0.37 | 0.45 |
| Hex | 9D | 67 | 48 | 0 | 22 | 36 | 26 | 16 | 25 | 2D |
| Octal | 235 | 147 | 110 | 0 | 42 | 66 | 46 | 26 | 45 | 55 |
| Binary | 10011101 | 1100111 | 1001000 | 0 | 100010 | 110110 | 100110 | 10110 | 100101 | 101101 |
Color Harmonies of #9D6748
Complementary color
Monochromatic Colors of #9D6748
Black with #9D6748
Text Example
Text Example
White with #9D6748
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6748; }
p { color: rgb(157,103,72); }
H1.HeaderClassName
{
color: #9D6748;
}
.AnyTagClassName
{
color: #9D6748;
}
</style>
background-color css
<style>
a { background-color: #9D6748; }
a { background-color: rgb(157,103,72); }
div.DivClassName
{
background-color: #9D6748;
}
.BgClassName
{
background-color: #9D6748;
}
</style>
border-color css
<style>
span { border-color: #9D6748; }
span { border-color: rgb(157,103,72); }
td.TdClassName
{
border-color: #9D6748;
}
.TagClassName
{
border-color: #9D6748;
}
</style>