Shades of Pale Oyster #9C896D
Tints of Pale Oyster #9C896D
RGB
CMYK
RGB Variations
Color information
#9C896D (or 0x9C896D) is known color: Pale Oyster. HEX triplet: 9C, 89 and 6D. RGB value is (156,137,109). Sum of RGB (Red+Green+Blue) = 156+137+109=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 137 (53.91% from 255 or 34.08% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C896D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C896D is #637692. Grayscale: #8B8B8B. Windows color (decimal): -6518419 or 7178652. OLE color: 7178652.
HSL color Cylindrical-coordinate representation of color #9C896D: hue angle of 35.74º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9C896D is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 109 | - |
| CMYK | 0 | 0.12 | 0.30 | 0.39 |
| HSL | 35.74º | 0.19% | 0.52% | - |
| HSV(B) | 35.74º | 0.3% | 0.61% | - |
| XYZ | 25.42 | 26.06 | 18.16 | - |
| YUV | 139.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 109 | 0 | 0.12 | 0.30 | 0.39 | 35.74 | 0.19 | 0.52 |
| Hex | 9C | 89 | 6D | 0 | C | 1E | 27 | 24 | 13 | 34 |
| Octal | 234 | 211 | 155 | 0 | 14 | 36 | 47 | 44 | 23 | 64 |
| Binary | 10011100 | 10001001 | 1101101 | 0 | 1100 | 11110 | 100111 | 100100 | 10011 | 110100 |
Color Harmonies of #9C896D
Complementary color
Monochromatic Colors of #9C896D
Black with #9C896D
Text Example
Text Example
White with #9C896D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C896D; }
p { color: rgb(156,137,109); }
H1.HeaderClassName
{
color: #9C896D;
}
.AnyTagClassName
{
color: #9C896D;
}
</style>
background-color css
<style>
a { background-color: #9C896D; }
a { background-color: rgb(156,137,109); }
div.DivClassName
{
background-color: #9C896D;
}
.BgClassName
{
background-color: #9C896D;
}
</style>
border-color css
<style>
span { border-color: #9C896D; }
span { border-color: rgb(156,137,109); }
td.TdClassName
{
border-color: #9C896D;
}
.TagClassName
{
border-color: #9C896D;
}
</style>