Shades of Venus #96828A
Tints of Venus #96828A
RGB
CMYK
RGB Variations
Color information
#96828A (or 0x96828A) is known color: Venus. HEX triplet: 96, 82 and 8A. RGB value is (150,130,138). Sum of RGB (Red+Green+Blue) = 150+130+138=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 138 (54.30% from 255 or 33.01% from 418); Max value from RGB is 150 - color contains mainly: red. Hex color #96828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96828A is #697D75. Grayscale: #888888. Windows color (decimal): -6913398 or 9077398. OLE color: 9077398.
HSL color Cylindrical-coordinate representation of color #96828A: hue angle of 336º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96828A is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 138 | - |
| CMYK | 0 | 0.13 | 0.08 | 0.41 |
| HSL | 336º | 0.09% | 0.55% | - |
| HSV(B) | 336º | 0.13% | 0.59% | - |
| XYZ | 25.15 | 24.28 | 27.41 | - |
| YUV | 136.89 | 128.63 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 138 | 0 | 0.13 | 0.08 | 0.41 | 336 | 0.09 | 0.55 |
| Hex | 96 | 82 | 8A | 0 | D | 8 | 29 | 150 | 9 | 37 |
| Octal | 226 | 202 | 212 | 0 | 15 | 10 | 51 | 520 | 11 | 67 |
| Binary | 10010110 | 10000010 | 10001010 | 0 | 1101 | 1000 | 101001 | 101010000 | 1001 | 110111 |
Color Harmonies of #96828A
Complementary color
Monochromatic Colors of #96828A
Black with #96828A
Text Example
Text Example
White with #96828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96828A; }
p { color: rgb(150,130,138); }
H1.HeaderClassName
{
color: #96828A;
}
.AnyTagClassName
{
color: #96828A;
}
</style>
background-color css
<style>
a { background-color: #96828A; }
a { background-color: rgb(150,130,138); }
div.DivClassName
{
background-color: #96828A;
}
.BgClassName
{
background-color: #96828A;
}
</style>
border-color css
<style>
span { border-color: #96828A; }
span { border-color: rgb(150,130,138); }
td.TdClassName
{
border-color: #96828A;
}
.TagClassName
{
border-color: #96828A;
}
</style>