Shades of Pale Oyster #99886C
Tints of Pale Oyster #99886C
RGB
CMYK
RGB Variations
Color information
#99886C (or 0x99886C) is known color: Pale Oyster. HEX triplet: 99, 88 and 6C. RGB value is (153,136,108). Sum of RGB (Red+Green+Blue) = 153+136+108=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99886C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99886C is #667793. Grayscale: #8A8A8A. Windows color (decimal): -6715284 or 7112857. OLE color: 7112857.
HSL color Cylindrical-coordinate representation of color #99886C: hue angle of 37.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99886C is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 108 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.4 |
| HSL | 37.33º | 0.18% | 0.51% | - |
| HSV(B) | 37.33º | 0.29% | 0.6% | - |
| XYZ | 24.65 | 25.46 | 17.8 | - |
| YUV | 137.89 | 111.13 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 108 | 0 | 0.11 | 0.29 | 0.4 | 37.33 | 0.18 | 0.51 |
| Hex | 99 | 88 | 6C | 0 | B | 1D | 28 | 25 | 12 | 33 |
| Octal | 231 | 210 | 154 | 0 | 13 | 35 | 50 | 45 | 22 | 63 |
| Binary | 10011001 | 10001000 | 1101100 | 0 | 1011 | 11101 | 101000 | 100101 | 10010 | 110011 |
Color Harmonies of #99886C
Complementary color
Monochromatic Colors of #99886C
Black with #99886C
Text Example
Text Example
White with #99886C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99886C; }
p { color: rgb(153,136,108); }
H1.HeaderClassName
{
color: #99886C;
}
.AnyTagClassName
{
color: #99886C;
}
</style>
background-color css
<style>
a { background-color: #99886C; }
a { background-color: rgb(153,136,108); }
div.DivClassName
{
background-color: #99886C;
}
.BgClassName
{
background-color: #99886C;
}
</style>
border-color css
<style>
span { border-color: #99886C; }
span { border-color: rgb(153,136,108); }
td.TdClassName
{
border-color: #99886C;
}
.TagClassName
{
border-color: #99886C;
}
</style>