Shades of Pale Oyster #998766
Tints of Pale Oyster #998766
RGB
CMYK
RGB Variations
Color information
#998766 (or 0x998766) is known color: Pale Oyster. HEX triplet: 99, 87 and 66. RGB value is (153,135,102). Sum of RGB (Red+Green+Blue) = 153+135+102=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 153 - color contains mainly: red. Hex color #998766 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #998766 is #667899. Grayscale: #888888. Windows color (decimal): -6715546 or 6719385. OLE color: 6719385.
HSL color Cylindrical-coordinate representation of color #998766: hue angle of 38.82º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #998766 is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 102 | - |
| CMYK | 0 | 0.12 | 0.33 | 0.4 |
| HSL | 38.82º | 0.2% | 0.5% | - |
| HSV(B) | 38.82º | 0.33% | 0.6% | - |
| XYZ | 24.2 | 25.06 | 16.13 | - |
| YUV | 136.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 102 | 0 | 0.12 | 0.33 | 0.4 | 38.82 | 0.2 | 0.5 |
| Hex | 99 | 87 | 66 | 0 | C | 21 | 28 | 27 | 14 | 32 |
| Octal | 231 | 207 | 146 | 0 | 14 | 41 | 50 | 47 | 24 | 62 |
| Binary | 10011001 | 10000111 | 1100110 | 0 | 1100 | 100001 | 101000 | 100111 | 10100 | 110010 |
Color Harmonies of #998766
Complementary color
Monochromatic Colors of #998766
Black with #998766
Text Example
Text Example
White with #998766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #998766; }
p { color: rgb(153,135,102); }
H1.HeaderClassName
{
color: #998766;
}
.AnyTagClassName
{
color: #998766;
}
</style>
background-color css
<style>
a { background-color: #998766; }
a { background-color: rgb(153,135,102); }
div.DivClassName
{
background-color: #998766;
}
.BgClassName
{
background-color: #998766;
}
</style>
border-color css
<style>
span { border-color: #998766; }
span { border-color: rgb(153,135,102); }
td.TdClassName
{
border-color: #998766;
}
.TagClassName
{
border-color: #998766;
}
</style>