Shades of Coral Tree #9F7069
Tints of Coral Tree #9F7069
RGB
CMYK
RGB Variations
Color information
#9F7069 (or 0x9F7069) is known color: Coral Tree. HEX triplet: 9F, 70 and 69. RGB value is (159,112,105). Sum of RGB (Red+Green+Blue) = 159+112+105=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 112 (44.14% from 255 or 29.79% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7069 is #608F96. Grayscale: #7D7D7D. Windows color (decimal): -6328215 or 6910111. OLE color: 6910111.
HSL color Cylindrical-coordinate representation of color #9F7069: hue angle of 7.78º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F7069 is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 105 | - |
| CMYK | 0 | 0.30 | 0.34 | 0.38 |
| HSL | 7.78º | 0.22% | 0.52% | - |
| HSV(B) | 7.78º | 0.34% | 0.62% | - |
| XYZ | 22.64 | 19.98 | 16.03 | - |
| YUV | 125.26 | 116.57 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 105 | 0 | 0.30 | 0.34 | 0.38 | 7.78 | 0.22 | 0.52 |
| Hex | 9F | 70 | 69 | 0 | 1E | 22 | 26 | 8 | 16 | 34 |
| Octal | 237 | 160 | 151 | 0 | 36 | 42 | 46 | 10 | 26 | 64 |
| Binary | 10011111 | 1110000 | 1101001 | 0 | 11110 | 100010 | 100110 | 1000 | 10110 | 110100 |
Color Harmonies of #9F7069
Complementary color
Monochromatic Colors of #9F7069
Black with #9F7069
Text Example
Text Example
White with #9F7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7069; }
p { color: rgb(159,112,105); }
H1.HeaderClassName
{
color: #9F7069;
}
.AnyTagClassName
{
color: #9F7069;
}
</style>
background-color css
<style>
a { background-color: #9F7069; }
a { background-color: rgb(159,112,105); }
div.DivClassName
{
background-color: #9F7069;
}
.BgClassName
{
background-color: #9F7069;
}
</style>
border-color css
<style>
span { border-color: #9F7069; }
span { border-color: rgb(159,112,105); }
td.TdClassName
{
border-color: #9F7069;
}
.TagClassName
{
border-color: #9F7069;
}
</style>