Shades of Pale Oyster #99876C
Tints of Pale Oyster #99876C
RGB
CMYK
RGB Variations
Color information
#99876C (or 0x99876C) is known color: Pale Oyster. HEX triplet: 99, 87 and 6C. RGB value is (153,135,108). Sum of RGB (Red+Green+Blue) = 153+135+108=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 135 (53.12% from 255 or 34.09% from 396); Blue value is 108 (42.58% from 255 or 27.27% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #99876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99876C is #667893. Grayscale: #898989. Windows color (decimal): -6715540 or 7112601. OLE color: 7112601.
HSL color Cylindrical-coordinate representation of color #99876C: hue angle of 36º 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 #99876C is Cyan = 0, Magento = 0.12, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 135 | 108 | - |
| CMYK | 0 | 0.12 | 0.29 | 0.4 |
| HSL | 36º | 0.18% | 0.51% | - |
| HSV(B) | 36º | 0.29% | 0.6% | - |
| XYZ | 24.51 | 25.18 | 17.76 | - |
| YUV | 137.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 135 | 108 | 0 | 0.12 | 0.29 | 0.4 | 36 | 0.18 | 0.51 |
| Hex | 99 | 87 | 6C | 0 | C | 1D | 28 | 24 | 12 | 33 |
| Octal | 231 | 207 | 154 | 0 | 14 | 35 | 50 | 44 | 22 | 63 |
| Binary | 10011001 | 10000111 | 1101100 | 0 | 1100 | 11101 | 101000 | 100100 | 10010 | 110011 |
Color Harmonies of #99876C
Complementary color
Monochromatic Colors of #99876C
Black with #99876C
Text Example
Text Example
White with #99876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99876C; }
p { color: rgb(153,135,108); }
H1.HeaderClassName
{
color: #99876C;
}
.AnyTagClassName
{
color: #99876C;
}
</style>
background-color css
<style>
a { background-color: #99876C; }
a { background-color: rgb(153,135,108); }
div.DivClassName
{
background-color: #99876C;
}
.BgClassName
{
background-color: #99876C;
}
</style>
border-color css
<style>
span { border-color: #99876C; }
span { border-color: rgb(153,135,108); }
td.TdClassName
{
border-color: #99876C;
}
.TagClassName
{
border-color: #99876C;
}
</style>