Shades of Coral Tree #9F716A
Tints of Coral Tree #9F716A
RGB
CMYK
RGB Variations
Color information
#9F716A (or 0x9F716A) is known color: Coral Tree. HEX triplet: 9F, 71 and 6A. RGB value is (159,113,106). Sum of RGB (Red+Green+Blue) = 159+113+106=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F716A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F716A is #608E95. Grayscale: #7E7E7E. Windows color (decimal): -6327958 or 6975903. OLE color: 6975903.
HSL color Cylindrical-coordinate representation of color #9F716A: hue angle of 7.92º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F716A is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 113 | 106 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.38 |
| HSL | 7.92º | 0.22% | 0.52% | - |
| HSV(B) | 7.92º | 0.33% | 0.62% | - |
| XYZ | 22.8 | 20.22 | 16.34 | - |
| YUV | 125.96 | 116.74 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 113 | 106 | 0 | 0.29 | 0.33 | 0.38 | 7.92 | 0.22 | 0.52 |
| Hex | 9F | 71 | 6A | 0 | 1D | 21 | 26 | 8 | 16 | 34 |
| Octal | 237 | 161 | 152 | 0 | 35 | 41 | 46 | 10 | 26 | 64 |
| Binary | 10011111 | 1110001 | 1101010 | 0 | 11101 | 100001 | 100110 | 1000 | 10110 | 110100 |
Color Harmonies of #9F716A
Complementary color
Monochromatic Colors of #9F716A
Black with #9F716A
Text Example
Text Example
White with #9F716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F716A; }
p { color: rgb(159,113,106); }
H1.HeaderClassName
{
color: #9F716A;
}
.AnyTagClassName
{
color: #9F716A;
}
</style>
background-color css
<style>
a { background-color: #9F716A; }
a { background-color: rgb(159,113,106); }
div.DivClassName
{
background-color: #9F716A;
}
.BgClassName
{
background-color: #9F716A;
}
</style>
border-color css
<style>
span { border-color: #9F716A; }
span { border-color: rgb(159,113,106); }
td.TdClassName
{
border-color: #9F716A;
}
.TagClassName
{
border-color: #9F716A;
}
</style>