Shades of Dark Tan #9E674B
Tints of Dark Tan #9E674B
RGB
CMYK
RGB Variations
Color information
#9E674B (or 0x9E674B) is known color: Dark Tan. HEX triplet: 9E, 67 and 4B. RGB value is (158,103,75). Sum of RGB (Red+Green+Blue) = 158+103+75=336 (44% of max value = 765). Red value is 158 (62.11% from 255 or 47.02% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 158 - color contains mainly: red. Hex color #9E674B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E674B is #6198B4. Grayscale: #747474. Windows color (decimal): -6396085 or 4941726. OLE color: 4941726.
HSL color Cylindrical-coordinate representation of color #9E674B: hue angle of 20.24º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E674B is Cyan = 0, Magento = 0.35, Yellow = 0.53 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 75 | - |
| CMYK | 0 | 0.35 | 0.53 | 0.38 |
| HSL | 20.24º | 0.36% | 0.46% | - |
| HSV(B) | 20.24º | 0.53% | 0.62% | - |
| XYZ | 20.22 | 17.48 | 8.96 | - |
| YUV | 116.25 | 104.72 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 75 | 0 | 0.35 | 0.53 | 0.38 | 20.24 | 0.36 | 0.46 |
| Hex | 9E | 67 | 4B | 0 | 23 | 35 | 26 | 14 | 24 | 2E |
| Octal | 236 | 147 | 113 | 0 | 43 | 65 | 46 | 24 | 44 | 56 |
| Binary | 10011110 | 1100111 | 1001011 | 0 | 100011 | 110101 | 100110 | 10100 | 100100 | 101110 |
Color Harmonies of #9E674B
Complementary color
Monochromatic Colors of #9E674B
Black with #9E674B
Text Example
Text Example
White with #9E674B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E674B; }
p { color: rgb(158,103,75); }
H1.HeaderClassName
{
color: #9E674B;
}
.AnyTagClassName
{
color: #9E674B;
}
</style>
background-color css
<style>
a { background-color: #9E674B; }
a { background-color: rgb(158,103,75); }
div.DivClassName
{
background-color: #9E674B;
}
.BgClassName
{
background-color: #9E674B;
}
</style>
border-color css
<style>
span { border-color: #9E674B; }
span { border-color: rgb(158,103,75); }
td.TdClassName
{
border-color: #9E674B;
}
.TagClassName
{
border-color: #9E674B;
}
</style>