Shades of Venus #968688
Tints of Venus #968688
RGB
CMYK
RGB Variations
Color information
#968688 (or 0x968688) is known color: Venus. HEX triplet: 96, 86 and 88. RGB value is (150,134,136). Sum of RGB (Red+Green+Blue) = 150+134+136=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 136 (53.52% from 255 or 32.38% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968688 is #697977. Grayscale: #8B8B8B. Windows color (decimal): -6912376 or 8947350. OLE color: 8947350.
HSL color Cylindrical-coordinate representation of color #968688: hue angle of 352.5º degrees, saturation: 0.07, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #968688 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 136 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.41 |
| HSL | 352.5º | 0.07% | 0.56% | - |
| HSV(B) | 352.5º | 0.11% | 0.59% | - |
| XYZ | 25.55 | 25.31 | 26.83 | - |
| YUV | 139.01 | 126.3 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 136 | 0 | 0.11 | 0.09 | 0.41 | 352.5 | 0.07 | 0.56 |
| Hex | 96 | 86 | 88 | 0 | B | 9 | 29 | 160 | 7 | 38 |
| Octal | 226 | 206 | 210 | 0 | 13 | 11 | 51 | 540 | 7 | 70 |
| Binary | 10010110 | 10000110 | 10001000 | 0 | 1011 | 1001 | 101001 | 101100000 | 111 | 111000 |
Color Harmonies of #968688
Complementary color
Monochromatic Colors of #968688
Black with #968688
Text Example
Text Example
White with #968688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968688; }
p { color: rgb(150,134,136); }
H1.HeaderClassName
{
color: #968688;
}
.AnyTagClassName
{
color: #968688;
}
</style>
background-color css
<style>
a { background-color: #968688; }
a { background-color: rgb(150,134,136); }
div.DivClassName
{
background-color: #968688;
}
.BgClassName
{
background-color: #968688;
}
</style>
border-color css
<style>
span { border-color: #968688; }
span { border-color: rgb(150,134,136); }
td.TdClassName
{
border-color: #968688;
}
.TagClassName
{
border-color: #968688;
}
</style>