Shades of Coral Tree #9F746E
Tints of Coral Tree #9F746E
RGB
CMYK
RGB Variations
Color information
#9F746E (or 0x9F746E) is known color: Coral Tree. HEX triplet: 9F, 74 and 6E. RGB value is (159,116,110). Sum of RGB (Red+Green+Blue) = 159+116+110=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F746E is #608B91. Grayscale: #808080. Windows color (decimal): -6327186 or 7238815. OLE color: 7238815.
HSL color Cylindrical-coordinate representation of color #9F746E: hue angle of 7.35º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F746E is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 116 | 110 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.38 |
| HSL | 7.35º | 0.2% | 0.53% | - |
| HSV(B) | 7.35º | 0.31% | 0.62% | - |
| XYZ | 23.36 | 20.99 | 17.57 | - |
| YUV | 128.17 | 117.75 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 116 | 110 | 0 | 0.27 | 0.31 | 0.38 | 7.35 | 0.2 | 0.53 |
| Hex | 9F | 74 | 6E | 0 | 1B | 1F | 26 | 7 | 14 | 35 |
| Octal | 237 | 164 | 156 | 0 | 33 | 37 | 46 | 7 | 24 | 65 |
| Binary | 10011111 | 1110100 | 1101110 | 0 | 11011 | 11111 | 100110 | 111 | 10100 | 110101 |
Color Harmonies of #9F746E
Complementary color
Monochromatic Colors of #9F746E
Black with #9F746E
Text Example
Text Example
White with #9F746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F746E; }
p { color: rgb(159,116,110); }
H1.HeaderClassName
{
color: #9F746E;
}
.AnyTagClassName
{
color: #9F746E;
}
</style>
background-color css
<style>
a { background-color: #9F746E; }
a { background-color: rgb(159,116,110); }
div.DivClassName
{
background-color: #9F746E;
}
.BgClassName
{
background-color: #9F746E;
}
</style>
border-color css
<style>
span { border-color: #9F746E; }
span { border-color: rgb(159,116,110); }
td.TdClassName
{
border-color: #9F746E;
}
.TagClassName
{
border-color: #9F746E;
}
</style>