Shades of Pale Oyster #999079
Tints of Pale Oyster #999079
RGB
CMYK
RGB Variations
Color information
#999079 (or 0x999079) is known color: Pale Oyster. HEX triplet: 99, 90 and 79. RGB value is (153,144,121). Sum of RGB (Red+Green+Blue) = 153+144+121=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 144 (56.64% from 255 or 34.45% from 418); Blue value is 121 (47.66% from 255 or 28.95% from 418); Max value from RGB is 153 - color contains mainly: red. Hex color #999079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #999079 is #666F86. Grayscale: #909090. Windows color (decimal): -6713223 or 7966873. OLE color: 7966873.
HSL color Cylindrical-coordinate representation of color #999079: hue angle of 43.12º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #999079 is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 144 | 121 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.4 |
| HSL | 43.13º | 0.14% | 0.54% | - |
| HSV(B) | 43.13º | 0.21% | 0.6% | - |
| XYZ | 26.56 | 28.1 | 22.11 | - |
| YUV | 144.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 144 | 121 | 0 | 0.06 | 0.21 | 0.4 | 43.13 | 0.14 | 0.54 |
| Hex | 99 | 90 | 79 | 0 | 6 | 15 | 28 | 2B | E | 36 |
| Octal | 231 | 220 | 171 | 0 | 6 | 25 | 50 | 53 | 16 | 66 |
| Binary | 10011001 | 10010000 | 1111001 | 0 | 110 | 10101 | 101000 | 101011 | 1110 | 110110 |
Color Harmonies of #999079
Complementary color
Monochromatic Colors of #999079
Black with #999079
Text Example
Text Example
White with #999079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999079; }
p { color: rgb(153,144,121); }
H1.HeaderClassName
{
color: #999079;
}
.AnyTagClassName
{
color: #999079;
}
</style>
background-color css
<style>
a { background-color: #999079; }
a { background-color: rgb(153,144,121); }
div.DivClassName
{
background-color: #999079;
}
.BgClassName
{
background-color: #999079;
}
</style>
border-color css
<style>
span { border-color: #999079; }
span { border-color: rgb(153,144,121); }
td.TdClassName
{
border-color: #999079;
}
.TagClassName
{
border-color: #999079;
}
</style>