Shades of Venus #908586
Tints of Venus #908586
RGB
CMYK
RGB Variations
Color information
#908586 (or 0x908586) is known color: Venus. HEX triplet: 90, 85 and 86. RGB value is (144,133,134). Sum of RGB (Red+Green+Blue) = 144+133+134=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908586 is #6F7A79. Grayscale: #888888. Windows color (decimal): -7305850 or 8816016. OLE color: 8816016.
HSL color Cylindrical-coordinate representation of color #908586: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908586 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 133 | 134 | - |
| CMYK | 0 | 0.08 | 0.07 | 0.44 |
| HSL | 354.55º | 0.05% | 0.54% | - |
| HSV(B) | 354.55º | 0.08% | 0.56% | - |
| XYZ | 24.19 | 24.43 | 25.99 | - |
| YUV | 136.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 133 | 134 | 0 | 0.08 | 0.07 | 0.44 | 354.55 | 0.05 | 0.54 |
| Hex | 90 | 85 | 86 | 0 | 8 | 7 | 2C | 163 | 5 | 36 |
| Octal | 220 | 205 | 206 | 0 | 10 | 7 | 54 | 543 | 5 | 66 |
| Binary | 10010000 | 10000101 | 10000110 | 0 | 1000 | 111 | 101100 | 101100011 | 101 | 110110 |
Color Harmonies of #908586
Complementary color
Monochromatic Colors of #908586
Black with #908586
Text Example
Text Example
White with #908586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #908586; }
p { color: rgb(144,133,134); }
H1.HeaderClassName
{
color: #908586;
}
.AnyTagClassName
{
color: #908586;
}
</style>
background-color css
<style>
a { background-color: #908586; }
a { background-color: rgb(144,133,134); }
div.DivClassName
{
background-color: #908586;
}
.BgClassName
{
background-color: #908586;
}
</style>
border-color css
<style>
span { border-color: #908586; }
span { border-color: rgb(144,133,134); }
td.TdClassName
{
border-color: #908586;
}
.TagClassName
{
border-color: #908586;
}
</style>