Shades of Pale Oyster #998965
Tints of Pale Oyster #998965
RGB
CMYK
RGB Variations
Color information
#998965 (or 0x998965) is known color: Pale Oyster. HEX triplet: 99, 89 and 65. RGB value is (153,137,101). Sum of RGB (Red+Green+Blue) = 153+137+101=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #998965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998965 is #66769A. Grayscale: #898989. Windows color (decimal): -6715035 or 6654361. OLE color: 6654361.
HSL color Cylindrical-coordinate representation of color #998965: hue angle of 41.54º 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 #998965 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 137 | 101 | - |
| CMYK | 0 | 0.10 | 0.34 | 0.4 |
| HSL | 41.54º | 0.2% | 0.5% | - |
| HSV(B) | 41.54º | 0.34% | 0.6% | - |
| XYZ | 24.43 | 25.6 | 15.97 | - |
| YUV | 137.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 137 | 101 | 0 | 0.10 | 0.34 | 0.4 | 41.54 | 0.2 | 0.5 |
| Hex | 99 | 89 | 65 | 0 | A | 22 | 28 | 2A | 14 | 32 |
| Octal | 231 | 211 | 145 | 0 | 12 | 42 | 50 | 52 | 24 | 62 |
| Binary | 10011001 | 10001001 | 1100101 | 0 | 1010 | 100010 | 101000 | 101010 | 10100 | 110010 |
Color Harmonies of #998965
Complementary color
Monochromatic Colors of #998965
Black with #998965
Text Example
Text Example
White with #998965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998965; }
p { color: rgb(153,137,101); }
H1.HeaderClassName
{
color: #998965;
}
.AnyTagClassName
{
color: #998965;
}
</style>
background-color css
<style>
a { background-color: #998965; }
a { background-color: rgb(153,137,101); }
div.DivClassName
{
background-color: #998965;
}
.BgClassName
{
background-color: #998965;
}
</style>
border-color css
<style>
span { border-color: #998965; }
span { border-color: rgb(153,137,101); }
td.TdClassName
{
border-color: #998965;
}
.TagClassName
{
border-color: #998965;
}
</style>