Shades of Crail #9E5346
Tints of Crail #9E5346
RGB
CMYK
RGB Variations
Color information
#9E5346 (or 0x9E5346) is known color: Crail. HEX triplet: 9E, 53 and 46. RGB value is (158,83,70). Sum of RGB (Red+Green+Blue) = 158+83+70=311 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.80% from 311); Green value is 83 (32.81% from 255 or 26.69% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5346 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E5346 is #61ACB9. Grayscale: #686868. Windows color (decimal): -6401210 or 4608926. OLE color: 4608926.
HSL color Cylindrical-coordinate representation of color #9E5346: hue angle of 8.86º 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 #9E5346 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 70 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.38 |
| HSL | 8.86º | 0.39% | 0.45% | - |
| HSV(B) | 8.86º | 0.56% | 0.62% | - |
| XYZ | 18.3 | 13.9 | 7.51 | - |
| YUV | 103.94 | 108.85 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 70 | 0 | 0.47 | 0.56 | 0.38 | 8.86 | 0.39 | 0.45 |
| Hex | 9E | 53 | 46 | 0 | 2F | 38 | 26 | 9 | 27 | 2D |
| Octal | 236 | 123 | 106 | 0 | 57 | 70 | 46 | 11 | 47 | 55 |
| Binary | 10011110 | 1010011 | 1000110 | 0 | 101111 | 111000 | 100110 | 1001 | 100111 | 101101 |
Color Harmonies of #9E5346
Complementary color
Monochromatic Colors of #9E5346
Black with #9E5346
Text Example
Text Example
White with #9E5346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5346; }
p { color: rgb(158,83,70); }
H1.HeaderClassName
{
color: #9E5346;
}
.AnyTagClassName
{
color: #9E5346;
}
</style>
background-color css
<style>
a { background-color: #9E5346; }
a { background-color: rgb(158,83,70); }
div.DivClassName
{
background-color: #9E5346;
}
.BgClassName
{
background-color: #9E5346;
}
</style>
border-color css
<style>
span { border-color: #9E5346; }
span { border-color: rgb(158,83,70); }
td.TdClassName
{
border-color: #9E5346;
}
.TagClassName
{
border-color: #9E5346;
}
</style>