Shades of Venus #96888E
Tints of Venus #96888E
RGB
CMYK
RGB Variations
Color information
#96888E (or 0x96888E) is known color: Venus. HEX triplet: 96, 88 and 8E. RGB value is (150,136,142). Sum of RGB (Red+Green+Blue) = 150+136+142=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #96888E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96888E is #697771. Grayscale: #8C8C8C. Windows color (decimal): -6911858 or 9341078. OLE color: 9341078.
HSL color Cylindrical-coordinate representation of color #96888E: hue angle of 334.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #96888E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 142 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.41 |
| HSL | 334.29º | 0.06% | 0.56% | - |
| HSV(B) | 334.29º | 0.09% | 0.59% | - |
| XYZ | 26.26 | 26.05 | 29.23 | - |
| YUV | 140.87 | 128.64 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 142 | 0 | 0.09 | 0.05 | 0.41 | 334.29 | 0.06 | 0.56 |
| Hex | 96 | 88 | 8E | 0 | 9 | 5 | 29 | 14E | 6 | 38 |
| Octal | 226 | 210 | 216 | 0 | 11 | 5 | 51 | 516 | 6 | 70 |
| Binary | 10010110 | 10001000 | 10001110 | 0 | 1001 | 101 | 101001 | 101001110 | 110 | 111000 |
Color Harmonies of #96888E
Complementary color
Monochromatic Colors of #96888E
Black with #96888E
Text Example
Text Example
White with #96888E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96888E; }
p { color: rgb(150,136,142); }
H1.HeaderClassName
{
color: #96888E;
}
.AnyTagClassName
{
color: #96888E;
}
</style>
background-color css
<style>
a { background-color: #96888E; }
a { background-color: rgb(150,136,142); }
div.DivClassName
{
background-color: #96888E;
}
.BgClassName
{
background-color: #96888E;
}
</style>
border-color css
<style>
span { border-color: #96888E; }
span { border-color: rgb(150,136,142); }
td.TdClassName
{
border-color: #96888E;
}
.TagClassName
{
border-color: #96888E;
}
</style>