Shades of Well Read #9E4344
Tints of Well Read #9E4344
RGB
CMYK
RGB Variations
Color information
#9E4344 (or 0x9E4344) is known color: Well Read. HEX triplet: 9E, 43 and 44. RGB value is (158,67,68). Sum of RGB (Red+Green+Blue) = 158+67+68=293 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.92% from 293); Green value is 67 (26.56% from 255 or 22.87% from 293); Blue value is 68 (26.95% from 255 or 23.21% from 293); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4344 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E4344 is #61BCBB. Grayscale: #5E5E5E. Windows color (decimal): -6405308 or 4473758. OLE color: 4473758.
HSL color Cylindrical-coordinate representation of color #9E4344: hue angle of 359.34º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9E4344 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 68 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.38 |
| HSL | 359.34º | 0.4% | 0.44% | - |
| HSV(B) | 359.34º | 0.58% | 0.62% | - |
| XYZ | 17.15 | 11.7 | 6.82 | - |
| YUV | 94.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 68 | 0 | 0.58 | 0.57 | 0.38 | 359.34 | 0.4 | 0.44 |
| Hex | 9E | 43 | 44 | 0 | 3A | 39 | 26 | 167 | 28 | 2C |
| Octal | 236 | 103 | 104 | 0 | 72 | 71 | 46 | 547 | 50 | 54 |
| Binary | 10011110 | 1000011 | 1000100 | 0 | 111010 | 111001 | 100110 | 101100111 | 101000 | 101100 |
Color Harmonies of #9E4344
Complementary color
Monochromatic Colors of #9E4344
Black with #9E4344
Text Example
Text Example
White with #9E4344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4344; }
p { color: rgb(158,67,68); }
H1.HeaderClassName
{
color: #9E4344;
}
.AnyTagClassName
{
color: #9E4344;
}
</style>
background-color css
<style>
a { background-color: #9E4344; }
a { background-color: rgb(158,67,68); }
div.DivClassName
{
background-color: #9E4344;
}
.BgClassName
{
background-color: #9E4344;
}
</style>
border-color css
<style>
span { border-color: #9E4344; }
span { border-color: rgb(158,67,68); }
td.TdClassName
{
border-color: #9E4344;
}
.TagClassName
{
border-color: #9E4344;
}
</style>