Shades of Pale Oyster #998B65
Tints of Pale Oyster #998B65
RGB
CMYK
RGB Variations
Color information
#998B65 (or 0x998B65) is known color: Pale Oyster. HEX triplet: 99, 8B and 65. RGB value is (153,139,101). Sum of RGB (Red+Green+Blue) = 153+139+101=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 101 (39.84% from 255 or 25.70% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #998B65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998B65 is #66749A. Grayscale: #8B8B8B. Windows color (decimal): -6714523 or 6654873. OLE color: 6654873.
HSL color Cylindrical-coordinate representation of color #998B65: hue angle of 43.85º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #998B65 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 139 | 101 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.4 |
| HSL | 43.85º | 0.2% | 0.5% | - |
| HSV(B) | 43.85º | 0.34% | 0.6% | - |
| XYZ | 24.72 | 26.18 | 16.06 | - |
| YUV | 138.85 | 106.64 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 139 | 101 | 0 | 0.09 | 0.34 | 0.4 | 43.85 | 0.2 | 0.5 |
| Hex | 99 | 8B | 65 | 0 | 9 | 22 | 28 | 2C | 14 | 32 |
| Octal | 231 | 213 | 145 | 0 | 11 | 42 | 50 | 54 | 24 | 62 |
| Binary | 10011001 | 10001011 | 1100101 | 0 | 1001 | 100010 | 101000 | 101100 | 10100 | 110010 |
Color Harmonies of #998B65
Complementary color
Monochromatic Colors of #998B65
Black with #998B65
Text Example
Text Example
White with #998B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998B65; }
p { color: rgb(153,139,101); }
H1.HeaderClassName
{
color: #998B65;
}
.AnyTagClassName
{
color: #998B65;
}
</style>
background-color css
<style>
a { background-color: #998B65; }
a { background-color: rgb(153,139,101); }
div.DivClassName
{
background-color: #998B65;
}
.BgClassName
{
background-color: #998B65;
}
</style>
border-color css
<style>
span { border-color: #998B65; }
span { border-color: rgb(153,139,101); }
td.TdClassName
{
border-color: #998B65;
}
.TagClassName
{
border-color: #998B65;
}
</style>