Shades of Venus #9C8688
Tints of Venus #9C8688
RGB
CMYK
RGB Variations
Color information
#9C8688 (or 0x9C8688) is known color: Venus. HEX triplet: 9C, 86 and 88. RGB value is (156,134,136). Sum of RGB (Red+Green+Blue) = 156+134+136=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8688 is #637977. Grayscale: #8C8C8C. Windows color (decimal): -6519160 or 8947356. OLE color: 8947356.
HSL color Cylindrical-coordinate representation of color #9C8688: hue angle of 354.55º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9C8688 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 134 | 136 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.39 |
| HSL | 354.55º | 0.1% | 0.57% | - |
| HSV(B) | 354.55º | 0.14% | 0.61% | - |
| XYZ | 26.68 | 25.9 | 26.88 | - |
| YUV | 140.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 134 | 136 | 0 | 0.14 | 0.13 | 0.39 | 354.55 | 0.1 | 0.57 |
| Hex | 9C | 86 | 88 | 0 | E | D | 27 | 163 | A | 39 |
| Octal | 234 | 206 | 210 | 0 | 16 | 15 | 47 | 543 | 12 | 71 |
| Binary | 10011100 | 10000110 | 10001000 | 0 | 1110 | 1101 | 100111 | 101100011 | 1010 | 111001 |
Color Harmonies of #9C8688
Complementary color
Monochromatic Colors of #9C8688
Black with #9C8688
Text Example
Text Example
White with #9C8688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8688; }
p { color: rgb(156,134,136); }
H1.HeaderClassName
{
color: #9C8688;
}
.AnyTagClassName
{
color: #9C8688;
}
</style>
background-color css
<style>
a { background-color: #9C8688; }
a { background-color: rgb(156,134,136); }
div.DivClassName
{
background-color: #9C8688;
}
.BgClassName
{
background-color: #9C8688;
}
</style>
border-color css
<style>
span { border-color: #9C8688; }
span { border-color: rgb(156,134,136); }
td.TdClassName
{
border-color: #9C8688;
}
.TagClassName
{
border-color: #9C8688;
}
</style>