Shades of Crail #9E5146
Tints of Crail #9E5146
RGB
CMYK
RGB Variations
Color information
#9E5146 (or 0x9E5146) is known color: Crail. HEX triplet: 9E, 51 and 46. RGB value is (158,81,70). Sum of RGB (Red+Green+Blue) = 158+81+70=309 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.13% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5146 is #61AEB9. Grayscale: #666666. Windows color (decimal): -6401722 or 4608414. OLE color: 4608414.
HSL color Cylindrical-coordinate representation of color #9E5146: hue angle of 7.5º 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 #9E5146 is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 81 | 70 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.38 |
| HSL | 7.5º | 0.39% | 0.45% | - |
| HSV(B) | 7.5º | 0.56% | 0.62% | - |
| XYZ | 18.15 | 13.6 | 7.46 | - |
| YUV | 102.77 | 109.51 | 167.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 81 | 70 | 0 | 0.49 | 0.56 | 0.38 | 7.5 | 0.39 | 0.45 |
| Hex | 9E | 51 | 46 | 0 | 31 | 38 | 26 | 8 | 27 | 2D |
| Octal | 236 | 121 | 106 | 0 | 61 | 70 | 46 | 10 | 47 | 55 |
| Binary | 10011110 | 1010001 | 1000110 | 0 | 110001 | 111000 | 100110 | 1000 | 100111 | 101101 |
Color Harmonies of #9E5146
Complementary color
Monochromatic Colors of #9E5146
Black with #9E5146
Text Example
Text Example
White with #9E5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5146; }
p { color: rgb(158,81,70); }
H1.HeaderClassName
{
color: #9E5146;
}
.AnyTagClassName
{
color: #9E5146;
}
</style>
background-color css
<style>
a { background-color: #9E5146; }
a { background-color: rgb(158,81,70); }
div.DivClassName
{
background-color: #9E5146;
}
.BgClassName
{
background-color: #9E5146;
}
</style>
border-color css
<style>
span { border-color: #9E5146; }
span { border-color: rgb(158,81,70); }
td.TdClassName
{
border-color: #9E5146;
}
.TagClassName
{
border-color: #9E5146;
}
</style>