Shades of Well Read #96343C
Tints of Well Read #96343C
RGB
CMYK
RGB Variations
Color information
#96343C (or 0x96343C) is known color: Well Read. HEX triplet: 96, 34 and 3C. RGB value is (150,52,60). Sum of RGB (Red+Green+Blue) = 150+52+60=262 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.25% from 262); Green value is 52 (20.70% from 255 or 19.85% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 150 - color contains mainly: red. Hex color #96343C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96343C is #69CBC3. Grayscale: #525252. Windows color (decimal): -6933444 or 3945622. OLE color: 3945622.
HSL color Cylindrical-coordinate representation of color #96343C: hue angle of 355.1º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96343C is Cyan = 0, Magento = 0.65, Yellow = 0.6 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 52 | 60 | - |
| CMYK | 0 | 0.65 | 0.6 | 0.41 |
| HSL | 355.1º | 0.49% | 0.4% | - |
| HSV(B) | 355.1º | 0.65% | 0.59% | - |
| XYZ | 14.62 | 9.27 | 5.29 | - |
| YUV | 82.21 | 115.47 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 52 | 60 | 0 | 0.65 | 0.6 | 0.41 | 355.1 | 0.49 | 0.4 |
| Hex | 96 | 34 | 3C | 0 | 41 | 3C | 29 | 163 | 31 | 28 |
| Octal | 226 | 64 | 74 | 0 | 101 | 74 | 51 | 543 | 61 | 50 |
| Binary | 10010110 | 110100 | 111100 | 0 | 1000001 | 111100 | 101001 | 101100011 | 110001 | 101000 |
Color Harmonies of #96343C
Complementary color
Monochromatic Colors of #96343C
Black with #96343C
Text Example
Text Example
White with #96343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96343C; }
p { color: rgb(150,52,60); }
H1.HeaderClassName
{
color: #96343C;
}
.AnyTagClassName
{
color: #96343C;
}
</style>
background-color css
<style>
a { background-color: #96343C; }
a { background-color: rgb(150,52,60); }
div.DivClassName
{
background-color: #96343C;
}
.BgClassName
{
background-color: #96343C;
}
</style>
border-color css
<style>
span { border-color: #96343C; }
span { border-color: rgb(150,52,60); }
td.TdClassName
{
border-color: #96343C;
}
.TagClassName
{
border-color: #96343C;
}
</style>