Shades of Pale Oyster #99886B
Tints of Pale Oyster #99886B
RGB
CMYK
RGB Variations
Color information
#99886B (or 0x99886B) is known color: Pale Oyster. HEX triplet: 99, 88 and 6B. RGB value is (153,136,107). Sum of RGB (Red+Green+Blue) = 153+136+107=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 107 (42.19% from 255 or 27.02% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99886B is #667794. Grayscale: #898989. Windows color (decimal): -6715285 or 7047321. OLE color: 7047321.
HSL color Cylindrical-coordinate representation of color #99886B: hue angle of 37.83º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99886B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 136 | 107 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.4 |
| HSL | 37.83º | 0.18% | 0.51% | - |
| HSV(B) | 37.83º | 0.3% | 0.6% | - |
| XYZ | 24.59 | 25.44 | 17.52 | - |
| YUV | 137.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 107 | 0 | 0.11 | 0.30 | 0.4 | 37.83 | 0.18 | 0.51 |
| Hex | 99 | 88 | 6B | 0 | B | 1E | 28 | 26 | 12 | 33 |
| Octal | 231 | 210 | 153 | 0 | 13 | 36 | 50 | 46 | 22 | 63 |
| Binary | 10011001 | 10001000 | 1101011 | 0 | 1011 | 11110 | 101000 | 100110 | 10010 | 110011 |
Color Harmonies of #99886B
Complementary color
Monochromatic Colors of #99886B
Black with #99886B
Text Example
Text Example
White with #99886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99886B; }
p { color: rgb(153,136,107); }
H1.HeaderClassName
{
color: #99886B;
}
.AnyTagClassName
{
color: #99886B;
}
</style>
background-color css
<style>
a { background-color: #99886B; }
a { background-color: rgb(153,136,107); }
div.DivClassName
{
background-color: #99886B;
}
.BgClassName
{
background-color: #99886B;
}
</style>
border-color css
<style>
span { border-color: #99886B; }
span { border-color: rgb(153,136,107); }
td.TdClassName
{
border-color: #99886B;
}
.TagClassName
{
border-color: #99886B;
}
</style>