Shades of Crail #9F5146
Tints of Crail #9F5146
RGB
CMYK
RGB Variations
Color information
#9F5146 (or 0x9F5146) is known color: Crail. HEX triplet: 9F, 51 and 46. RGB value is (159,81,70). Sum of RGB (Red+Green+Blue) = 159+81+70=310 (41% of max value = 765). Red value is 159 (62.5% from 255 or 51.29% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5146 is #60AEB9. Grayscale: #676767. Windows color (decimal): -6336186 or 4608415. OLE color: 4608415.
HSL color Cylindrical-coordinate representation of color #9F5146: hue angle of 7.42º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5146 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 81 | 70 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.38 |
| HSL | 7.42º | 0.39% | 0.45% | - |
| HSV(B) | 7.42º | 0.56% | 0.62% | - |
| XYZ | 18.35 | 13.7 | 7.47 | - |
| YUV | 103.07 | 109.34 | 167.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 70 | 0 | 0.49 | 0.56 | 0.38 | 7.42 | 0.39 | 0.45 |
| Hex | 9F | 51 | 46 | 0 | 31 | 38 | 26 | 7 | 27 | 2D |
| Octal | 237 | 121 | 106 | 0 | 61 | 70 | 46 | 7 | 47 | 55 |
| Binary | 10011111 | 1010001 | 1000110 | 0 | 110001 | 111000 | 100110 | 111 | 100111 | 101101 |
Color Harmonies of #9F5146
Complementary color
Monochromatic Colors of #9F5146
Black with #9F5146
Text Example
Text Example
White with #9F5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5146; }
p { color: rgb(159,81,70); }
H1.HeaderClassName
{
color: #9F5146;
}
.AnyTagClassName
{
color: #9F5146;
}
</style>
background-color css
<style>
a { background-color: #9F5146; }
a { background-color: rgb(159,81,70); }
div.DivClassName
{
background-color: #9F5146;
}
.BgClassName
{
background-color: #9F5146;
}
</style>
border-color css
<style>
span { border-color: #9F5146; }
span { border-color: rgb(159,81,70); }
td.TdClassName
{
border-color: #9F5146;
}
.TagClassName
{
border-color: #9F5146;
}
</style>