Shades of Pale Oyster #998B76
Tints of Pale Oyster #998B76
RGB
CMYK
RGB Variations
Color information
#998B76 (or 0x998B76) is known color: Pale Oyster. HEX triplet: 99, 8B and 76. RGB value is (153,139,118). Sum of RGB (Red+Green+Blue) = 153+139+118=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 139 (54.69% from 255 or 33.90% from 410); Blue value is 118 (46.48% from 255 or 28.78% from 410); Max value from RGB is 153 - color contains mainly: red. Hex color #998B76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B76 is #667489. Grayscale: #8C8C8C. Windows color (decimal): -6714506 or 7768985. OLE color: 7768985.
HSL color Cylindrical-coordinate representation of color #998B76: hue angle of 36º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #998B76 is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 118 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.4 |
| HSL | 36º | 0.15% | 0.53% | - |
| HSV(B) | 36º | 0.23% | 0.6% | - |
| XYZ | 25.64 | 26.55 | 20.91 | - |
| YUV | 140.79 | 115.14 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 118 | 0 | 0.09 | 0.23 | 0.4 | 36 | 0.15 | 0.53 |
| Hex | 99 | 8B | 76 | 0 | 9 | 17 | 28 | 24 | F | 35 |
| Octal | 231 | 213 | 166 | 0 | 11 | 27 | 50 | 44 | 17 | 65 |
| Binary | 10011001 | 10001011 | 1110110 | 0 | 1001 | 10111 | 101000 | 100100 | 1111 | 110101 |
Color Harmonies of #998B76
Complementary color
Monochromatic Colors of #998B76
Black with #998B76
Text Example
Text Example
White with #998B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B76; }
p { color: rgb(153,139,118); }
H1.HeaderClassName
{
color: #998B76;
}
.AnyTagClassName
{
color: #998B76;
}
</style>
background-color css
<style>
a { background-color: #998B76; }
a { background-color: rgb(153,139,118); }
div.DivClassName
{
background-color: #998B76;
}
.BgClassName
{
background-color: #998B76;
}
</style>
border-color css
<style>
span { border-color: #998B76; }
span { border-color: rgb(153,139,118); }
td.TdClassName
{
border-color: #998B76;
}
.TagClassName
{
border-color: #998B76;
}
</style>