Shades of Venus #998486
Tints of Venus #998486
RGB
CMYK
RGB Variations
Color information
#998486 (or 0x998486) is known color: Venus. HEX triplet: 99, 84 and 86. RGB value is (153,132,134). Sum of RGB (Red+Green+Blue) = 153+132+134=419 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.52% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 134 (52.73% from 255 or 31.98% from 419); Max value from RGB is 153 - color contains mainly: red. Hex color #998486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998486 is #667B79. Grayscale: #8A8A8A. Windows color (decimal): -6716282 or 8815769. OLE color: 8815769.
HSL color Cylindrical-coordinate representation of color #998486: hue angle of 354.29º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #998486 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 132 | 134 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.4 |
| HSL | 354.29º | 0.09% | 0.56% | - |
| HSV(B) | 354.29º | 0.14% | 0.6% | - |
| XYZ | 25.69 | 25 | 26.02 | - |
| YUV | 138.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 132 | 134 | 0 | 0.14 | 0.12 | 0.4 | 354.29 | 0.09 | 0.56 |
| Hex | 99 | 84 | 86 | 0 | E | C | 28 | 162 | 9 | 38 |
| Octal | 231 | 204 | 206 | 0 | 16 | 14 | 50 | 542 | 11 | 70 |
| Binary | 10011001 | 10000100 | 10000110 | 0 | 1110 | 1100 | 101000 | 101100010 | 1001 | 111000 |
Color Harmonies of #998486
Complementary color
Monochromatic Colors of #998486
Black with #998486
Text Example
Text Example
White with #998486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998486; }
p { color: rgb(153,132,134); }
H1.HeaderClassName
{
color: #998486;
}
.AnyTagClassName
{
color: #998486;
}
</style>
background-color css
<style>
a { background-color: #998486; }
a { background-color: rgb(153,132,134); }
div.DivClassName
{
background-color: #998486;
}
.BgClassName
{
background-color: #998486;
}
</style>
border-color css
<style>
span { border-color: #998486; }
span { border-color: rgb(153,132,134); }
td.TdClassName
{
border-color: #998486;
}
.TagClassName
{
border-color: #998486;
}
</style>