Shades of Coral Tree #9F726E
Tints of Coral Tree #9F726E
RGB
CMYK
RGB Variations
Color information
#9F726E (or 0x9F726E) is known color: Coral Tree. HEX triplet: 9F, 72 and 6E. RGB value is (159,114,110). Sum of RGB (Red+Green+Blue) = 159+114+110=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F726E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F726E is #608D91. Grayscale: #7F7F7F. Windows color (decimal): -6327698 or 7238303. OLE color: 7238303.
HSL color Cylindrical-coordinate representation of color #9F726E: hue angle of 4.9º 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 #9F726E is Cyan = 0, Magento = 0.28, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 114 | 110 | - |
| CMYK | 0 | 0.28 | 0.31 | 0.38 |
| HSL | 4.9º | 0.2% | 0.53% | - |
| HSV(B) | 4.9º | 0.31% | 0.62% | - |
| XYZ | 23.13 | 20.53 | 17.5 | - |
| YUV | 127 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 114 | 110 | 0 | 0.28 | 0.31 | 0.38 | 4.9 | 0.2 | 0.53 |
| Hex | 9F | 72 | 6E | 0 | 1C | 1F | 26 | 5 | 14 | 35 |
| Octal | 237 | 162 | 156 | 0 | 34 | 37 | 46 | 5 | 24 | 65 |
| Binary | 10011111 | 1110010 | 1101110 | 0 | 11100 | 11111 | 100110 | 101 | 10100 | 110101 |
Color Harmonies of #9F726E
Complementary color
Monochromatic Colors of #9F726E
Black with #9F726E
Text Example
Text Example
White with #9F726E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F726E; }
p { color: rgb(159,114,110); }
H1.HeaderClassName
{
color: #9F726E;
}
.AnyTagClassName
{
color: #9F726E;
}
</style>
background-color css
<style>
a { background-color: #9F726E; }
a { background-color: rgb(159,114,110); }
div.DivClassName
{
background-color: #9F726E;
}
.BgClassName
{
background-color: #9F726E;
}
</style>
border-color css
<style>
span { border-color: #9F726E; }
span { border-color: rgb(159,114,110); }
td.TdClassName
{
border-color: #9F726E;
}
.TagClassName
{
border-color: #9F726E;
}
</style>