Shades of Well Read #9C4142
Tints of Well Read #9C4142
RGB
CMYK
RGB Variations
Color information
#9C4142 (or 0x9C4142) is known color: Well Read. HEX triplet: 9C, 41 and 42. RGB value is (156,65,66). Sum of RGB (Red+Green+Blue) = 156+65+66=287 (38% of max value = 765). Red value is 156 (61.33% from 255 or 54.36% from 287); Green value is 65 (25.78% from 255 or 22.65% from 287); Blue value is 66 (26.17% from 255 or 23.00% from 287); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4142 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4142 is #63BEBD. Grayscale: #5C5C5C. Windows color (decimal): -6536894 or 4342172. OLE color: 4342172.
HSL color Cylindrical-coordinate representation of color #9C4142: hue angle of 359.34º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C4142 is Cyan = 0, Magento = 0.58, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 65 | 66 | - |
| CMYK | 0 | 0.58 | 0.58 | 0.39 |
| HSL | 359.34º | 0.41% | 0.43% | - |
| HSV(B) | 359.34º | 0.58% | 0.61% | - |
| XYZ | 16.58 | 11.24 | 6.45 | - |
| YUV | 92.32 | 113.15 | 173.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 66 | 0 | 0.58 | 0.58 | 0.39 | 359.34 | 0.41 | 0.43 |
| Hex | 9C | 41 | 42 | 0 | 3A | 3A | 27 | 167 | 29 | 2B |
| Octal | 234 | 101 | 102 | 0 | 72 | 72 | 47 | 547 | 51 | 53 |
| Binary | 10011100 | 1000001 | 1000010 | 0 | 111010 | 111010 | 100111 | 101100111 | 101001 | 101011 |
Color Harmonies of #9C4142
Complementary color
Monochromatic Colors of #9C4142
Black with #9C4142
Text Example
Text Example
White with #9C4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4142; }
p { color: rgb(156,65,66); }
H1.HeaderClassName
{
color: #9C4142;
}
.AnyTagClassName
{
color: #9C4142;
}
</style>
background-color css
<style>
a { background-color: #9C4142; }
a { background-color: rgb(156,65,66); }
div.DivClassName
{
background-color: #9C4142;
}
.BgClassName
{
background-color: #9C4142;
}
</style>
border-color css
<style>
span { border-color: #9C4142; }
span { border-color: rgb(156,65,66); }
td.TdClassName
{
border-color: #9C4142;
}
.TagClassName
{
border-color: #9C4142;
}
</style>