Shades of Crail #9F594E
Tints of Crail #9F594E
RGB
CMYK
RGB Variations
Color information
#9F594E (or 0x9F594E) is known color: Crail. HEX triplet: 9F, 59 and 4E. RGB value is (159,89,78). Sum of RGB (Red+Green+Blue) = 159+89+78=326 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.77% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 159 - color contains mainly: red. Hex color #9F594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F594E is #60A6B1. Grayscale: #6C6C6C. Windows color (decimal): -6334130 or 5134751. OLE color: 5134751.
HSL color Cylindrical-coordinate representation of color #9F594E: hue angle of 8.15º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9F594E is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 78 | - |
| CMYK | 0 | 0.44 | 0.51 | 0.38 |
| HSL | 8.15º | 0.34% | 0.46% | - |
| HSV(B) | 8.15º | 0.51% | 0.62% | - |
| XYZ | 19.25 | 15.07 | 9.1 | - |
| YUV | 108.68 | 110.69 | 163.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 78 | 0 | 0.44 | 0.51 | 0.38 | 8.15 | 0.34 | 0.46 |
| Hex | 9F | 59 | 4E | 0 | 2C | 33 | 26 | 8 | 22 | 2E |
| Octal | 237 | 131 | 116 | 0 | 54 | 63 | 46 | 10 | 42 | 56 |
| Binary | 10011111 | 1011001 | 1001110 | 0 | 101100 | 110011 | 100110 | 1000 | 100010 | 101110 |
Color Harmonies of #9F594E
Complementary color
Monochromatic Colors of #9F594E
Black with #9F594E
Text Example
Text Example
White with #9F594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F594E; }
p { color: rgb(159,89,78); }
H1.HeaderClassName
{
color: #9F594E;
}
.AnyTagClassName
{
color: #9F594E;
}
</style>
background-color css
<style>
a { background-color: #9F594E; }
a { background-color: rgb(159,89,78); }
div.DivClassName
{
background-color: #9F594E;
}
.BgClassName
{
background-color: #9F594E;
}
</style>
border-color css
<style>
span { border-color: #9F594E; }
span { border-color: rgb(159,89,78); }
td.TdClassName
{
border-color: #9F594E;
}
.TagClassName
{
border-color: #9F594E;
}
</style>