Shades of Pale Oyster #99866B
Tints of Pale Oyster #99866B
RGB
CMYK
RGB Variations
Color information
#99866B (or 0x99866B) is known color: Pale Oyster. HEX triplet: 99, 86 and 6B. RGB value is (153,134,107). Sum of RGB (Red+Green+Blue) = 153+134+107=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 153 - color contains mainly: red. Hex color #99866B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99866B is #667994. Grayscale: #888888. Windows color (decimal): -6715797 or 7046809. OLE color: 7046809.
HSL color Cylindrical-coordinate representation of color #99866B: hue angle of 35.22º 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 #99866B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 134 | 107 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.4 |
| HSL | 35.22º | 0.18% | 0.51% | - |
| HSV(B) | 35.22º | 0.3% | 0.6% | - |
| XYZ | 24.32 | 24.88 | 17.43 | - |
| YUV | 136.6 | 111.29 | 139.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 134 | 107 | 0 | 0.12 | 0.30 | 0.4 | 35.22 | 0.18 | 0.51 |
| Hex | 99 | 86 | 6B | 0 | C | 1E | 28 | 23 | 12 | 33 |
| Octal | 231 | 206 | 153 | 0 | 14 | 36 | 50 | 43 | 22 | 63 |
| Binary | 10011001 | 10000110 | 1101011 | 0 | 1100 | 11110 | 101000 | 100011 | 10010 | 110011 |
Color Harmonies of #99866B
Complementary color
Monochromatic Colors of #99866B
Black with #99866B
Text Example
Text Example
White with #99866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99866B; }
p { color: rgb(153,134,107); }
H1.HeaderClassName
{
color: #99866B;
}
.AnyTagClassName
{
color: #99866B;
}
</style>
background-color css
<style>
a { background-color: #99866B; }
a { background-color: rgb(153,134,107); }
div.DivClassName
{
background-color: #99866B;
}
.BgClassName
{
background-color: #99866B;
}
</style>
border-color css
<style>
span { border-color: #99866B; }
span { border-color: rgb(153,134,107); }
td.TdClassName
{
border-color: #99866B;
}
.TagClassName
{
border-color: #99866B;
}
</style>