Shades of Venus #96888C
Tints of Venus #96888C
RGB
CMYK
RGB Variations
Color information
#96888C (or 0x96888C) is known color: Venus. HEX triplet: 96, 88 and 8C. RGB value is (150,136,140). Sum of RGB (Red+Green+Blue) = 150+136+140=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 140 (55.08% from 255 or 32.86% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #96888C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96888C is #697773. Grayscale: #8C8C8C. Windows color (decimal): -6911860 or 9210006. OLE color: 9210006.
HSL color Cylindrical-coordinate representation of color #96888C: hue angle of 342.86º 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 #96888C is Cyan = 0, Magento = 0.09, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 136 | 140 | - |
| CMYK | 0 | 0.09 | 0.07 | 0.41 |
| HSL | 342.86º | 0.06% | 0.56% | - |
| HSV(B) | 342.86º | 0.09% | 0.59% | - |
| XYZ | 26.12 | 25.99 | 28.45 | - |
| YUV | 140.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 136 | 140 | 0 | 0.09 | 0.07 | 0.41 | 342.86 | 0.06 | 0.56 |
| Hex | 96 | 88 | 8C | 0 | 9 | 7 | 29 | 157 | 6 | 38 |
| Octal | 226 | 210 | 214 | 0 | 11 | 7 | 51 | 527 | 6 | 70 |
| Binary | 10010110 | 10001000 | 10001100 | 0 | 1001 | 111 | 101001 | 101010111 | 110 | 111000 |
Color Harmonies of #96888C
Complementary color
Monochromatic Colors of #96888C
Black with #96888C
Text Example
Text Example
White with #96888C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96888C; }
p { color: rgb(150,136,140); }
H1.HeaderClassName
{
color: #96888C;
}
.AnyTagClassName
{
color: #96888C;
}
</style>
background-color css
<style>
a { background-color: #96888C; }
a { background-color: rgb(150,136,140); }
div.DivClassName
{
background-color: #96888C;
}
.BgClassName
{
background-color: #96888C;
}
</style>
border-color css
<style>
span { border-color: #96888C; }
span { border-color: rgb(150,136,140); }
td.TdClassName
{
border-color: #96888C;
}
.TagClassName
{
border-color: #96888C;
}
</style>