Shades of Coral Tree #9F706B
Tints of Coral Tree #9F706B
RGB
CMYK
RGB Variations
Color information
#9F706B (or 0x9F706B) is known color: Coral Tree. HEX triplet: 9F, 70 and 6B. RGB value is (159,112,107). Sum of RGB (Red+Green+Blue) = 159+112+107=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 107 (42.19% from 255 or 28.31% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F706B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F706B is #608F94. Grayscale: #7D7D7D. Windows color (decimal): -6328213 or 7041183. OLE color: 7041183.
HSL color Cylindrical-coordinate representation of color #9F706B: hue angle of 5.77º degrees, saturation: 0.21, 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 #9F706B is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 107 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.38 |
| HSL | 5.77º | 0.21% | 0.52% | - |
| HSV(B) | 5.77º | 0.33% | 0.62% | - |
| XYZ | 22.75 | 20.02 | 16.58 | - |
| YUV | 125.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 107 | 0 | 0.30 | 0.33 | 0.38 | 5.77 | 0.21 | 0.52 |
| Hex | 9F | 70 | 6B | 0 | 1E | 21 | 26 | 6 | 15 | 34 |
| Octal | 237 | 160 | 153 | 0 | 36 | 41 | 46 | 6 | 25 | 64 |
| Binary | 10011111 | 1110000 | 1101011 | 0 | 11110 | 100001 | 100110 | 110 | 10101 | 110100 |
Color Harmonies of #9F706B
Complementary color
Monochromatic Colors of #9F706B
Black with #9F706B
Text Example
Text Example
White with #9F706B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F706B; }
p { color: rgb(159,112,107); }
H1.HeaderClassName
{
color: #9F706B;
}
.AnyTagClassName
{
color: #9F706B;
}
</style>
background-color css
<style>
a { background-color: #9F706B; }
a { background-color: rgb(159,112,107); }
div.DivClassName
{
background-color: #9F706B;
}
.BgClassName
{
background-color: #9F706B;
}
</style>
border-color css
<style>
span { border-color: #9F706B; }
span { border-color: rgb(159,112,107); }
td.TdClassName
{
border-color: #9F706B;
}
.TagClassName
{
border-color: #9F706B;
}
</style>