Shades of Venus #9D868B
Tints of Venus #9D868B
RGB
CMYK
RGB Variations
Color information
#9D868B (or 0x9D868B) is known color: Venus. HEX triplet: 9D, 86 and 8B. RGB value is (157,134,139). Sum of RGB (Red+Green+Blue) = 157+134+139=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 134 (52.73% from 255 or 31.16% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D868B is #627974. Grayscale: #8D8D8D. Windows color (decimal): -6453621 or 9143965. OLE color: 9143965.
HSL color Cylindrical-coordinate representation of color #9D868B: hue angle of 346.96º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D868B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 134 | 139 | - |
| CMYK | 0 | 0.15 | 0.11 | 0.38 |
| HSL | 346.96º | 0.11% | 0.57% | - |
| HSV(B) | 346.96º | 0.15% | 0.62% | - |
| XYZ | 27.09 | 26.08 | 28.03 | - |
| YUV | 141.45 | 126.62 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 134 | 139 | 0 | 0.15 | 0.11 | 0.38 | 346.96 | 0.11 | 0.57 |
| Hex | 9D | 86 | 8B | 0 | F | B | 26 | 15B | B | 39 |
| Octal | 235 | 206 | 213 | 0 | 17 | 13 | 46 | 533 | 13 | 71 |
| Binary | 10011101 | 10000110 | 10001011 | 0 | 1111 | 1011 | 100110 | 101011011 | 1011 | 111001 |
Color Harmonies of #9D868B
Complementary color
Monochromatic Colors of #9D868B
Black with #9D868B
Text Example
Text Example
White with #9D868B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D868B; }
p { color: rgb(157,134,139); }
H1.HeaderClassName
{
color: #9D868B;
}
.AnyTagClassName
{
color: #9D868B;
}
</style>
background-color css
<style>
a { background-color: #9D868B; }
a { background-color: rgb(157,134,139); }
div.DivClassName
{
background-color: #9D868B;
}
.BgClassName
{
background-color: #9D868B;
}
</style>
border-color css
<style>
span { border-color: #9D868B; }
span { border-color: rgb(157,134,139); }
td.TdClassName
{
border-color: #9D868B;
}
.TagClassName
{
border-color: #9D868B;
}
</style>