Shades of Venus #998688
Tints of Venus #998688
RGB
CMYK
RGB Variations
Color information
#998688 (or 0x998688) is known color: Venus. HEX triplet: 99, 86 and 88. RGB value is (153,134,136). Sum of RGB (Red+Green+Blue) = 153+134+136=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 153 - color contains mainly: red. Hex color #998688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998688 is #667977. Grayscale: #8B8B8B. Windows color (decimal): -6715768 or 8947353. OLE color: 8947353.
HSL color Cylindrical-coordinate representation of color #998688: hue angle of 353.68º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #998688 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 136 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.4 |
| HSL | 353.68º | 0.09% | 0.56% | - |
| HSV(B) | 353.68º | 0.12% | 0.6% | - |
| XYZ | 26.11 | 25.6 | 26.86 | - |
| YUV | 139.91 | 125.79 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 136 | 0 | 0.12 | 0.11 | 0.4 | 353.68 | 0.09 | 0.56 |
| Hex | 99 | 86 | 88 | 0 | C | B | 28 | 162 | 9 | 38 |
| Octal | 231 | 206 | 210 | 0 | 14 | 13 | 50 | 542 | 11 | 70 |
| Binary | 10011001 | 10000110 | 10001000 | 0 | 1100 | 1011 | 101000 | 101100010 | 1001 | 111000 |
Color Harmonies of #998688
Complementary color
Monochromatic Colors of #998688
Black with #998688
Text Example
Text Example
White with #998688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998688; }
p { color: rgb(153,134,136); }
H1.HeaderClassName
{
color: #998688;
}
.AnyTagClassName
{
color: #998688;
}
</style>
background-color css
<style>
a { background-color: #998688; }
a { background-color: rgb(153,134,136); }
div.DivClassName
{
background-color: #998688;
}
.BgClassName
{
background-color: #998688;
}
</style>
border-color css
<style>
span { border-color: #998688; }
span { border-color: rgb(153,134,136); }
td.TdClassName
{
border-color: #998688;
}
.TagClassName
{
border-color: #998688;
}
</style>