Shades of Pale Oyster #998C72
Tints of Pale Oyster #998C72
RGB
CMYK
RGB Variations
Color information
#998C72 (or 0x998C72) is known color: Pale Oyster. HEX triplet: 99, 8C and 72. RGB value is (153,140,114). Sum of RGB (Red+Green+Blue) = 153+140+114=407 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.59% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 114 (44.92% from 255 or 28.01% from 407); Max value from RGB is 153 - color contains mainly: red. Hex color #998C72 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998C72 is #66738D. Grayscale: #8D8D8D. Windows color (decimal): -6714254 or 7507097. OLE color: 7507097.
HSL color Cylindrical-coordinate representation of color #998C72: hue angle of 40º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #998C72 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 140 | 114 | - |
| CMYK | 0 | 0.08 | 0.25 | 0.4 |
| HSL | 40º | 0.16% | 0.52% | - |
| HSV(B) | 40º | 0.25% | 0.6% | - |
| XYZ | 25.55 | 26.74 | 19.73 | - |
| YUV | 140.92 | 112.81 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 140 | 114 | 0 | 0.08 | 0.25 | 0.4 | 40 | 0.16 | 0.52 |
| Hex | 99 | 8C | 72 | 0 | 8 | 19 | 28 | 28 | 10 | 34 |
| Octal | 231 | 214 | 162 | 0 | 10 | 31 | 50 | 50 | 20 | 64 |
| Binary | 10011001 | 10001100 | 1110010 | 0 | 1000 | 11001 | 101000 | 101000 | 10000 | 110100 |
Color Harmonies of #998C72
Complementary color
Monochromatic Colors of #998C72
Black with #998C72
Text Example
Text Example
White with #998C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998C72; }
p { color: rgb(153,140,114); }
H1.HeaderClassName
{
color: #998C72;
}
.AnyTagClassName
{
color: #998C72;
}
</style>
background-color css
<style>
a { background-color: #998C72; }
a { background-color: rgb(153,140,114); }
div.DivClassName
{
background-color: #998C72;
}
.BgClassName
{
background-color: #998C72;
}
</style>
border-color css
<style>
span { border-color: #998C72; }
span { border-color: rgb(153,140,114); }
td.TdClassName
{
border-color: #998C72;
}
.TagClassName
{
border-color: #998C72;
}
</style>