Shades of Pale Oyster #9C886B
Tints of Pale Oyster #9C886B
RGB
CMYK
RGB Variations
Color information
#9C886B (or 0x9C886B) is known color: Pale Oyster. HEX triplet: 9C, 88 and 6B. RGB value is (156,136,107). Sum of RGB (Red+Green+Blue) = 156+136+107=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 107 (42.19% from 255 or 26.82% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C886B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C886B is #637794. Grayscale: #8A8A8A. Windows color (decimal): -6518677 or 7047324. OLE color: 7047324.
HSL color Cylindrical-coordinate representation of color #9C886B: hue angle of 35.51º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C886B is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 107 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.39 |
| HSL | 35.51º | 0.2% | 0.52% | - |
| HSV(B) | 35.51º | 0.31% | 0.61% | - |
| XYZ | 25.17 | 25.74 | 17.55 | - |
| YUV | 138.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 107 | 0 | 0.13 | 0.31 | 0.39 | 35.51 | 0.2 | 0.52 |
| Hex | 9C | 88 | 6B | 0 | D | 1F | 27 | 24 | 14 | 34 |
| Octal | 234 | 210 | 153 | 0 | 15 | 37 | 47 | 44 | 24 | 64 |
| Binary | 10011100 | 10001000 | 1101011 | 0 | 1101 | 11111 | 100111 | 100100 | 10100 | 110100 |
Color Harmonies of #9C886B
Complementary color
Monochromatic Colors of #9C886B
Black with #9C886B
Text Example
Text Example
White with #9C886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C886B; }
p { color: rgb(156,136,107); }
H1.HeaderClassName
{
color: #9C886B;
}
.AnyTagClassName
{
color: #9C886B;
}
</style>
background-color css
<style>
a { background-color: #9C886B; }
a { background-color: rgb(156,136,107); }
div.DivClassName
{
background-color: #9C886B;
}
.BgClassName
{
background-color: #9C886B;
}
</style>
border-color css
<style>
span { border-color: #9C886B; }
span { border-color: rgb(156,136,107); }
td.TdClassName
{
border-color: #9C886B;
}
.TagClassName
{
border-color: #9C886B;
}
</style>