Shades of Pale Oyster #9C896A
Tints of Pale Oyster #9C896A
RGB
CMYK
RGB Variations
Color information
#9C896A (or 0x9C896A) is known color: Pale Oyster. HEX triplet: 9C, 89 and 6A. RGB value is (156,137,106). Sum of RGB (Red+Green+Blue) = 156+137+106=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 106 (41.80% from 255 or 26.57% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C896A is #637695. Grayscale: #8B8B8B. Windows color (decimal): -6518422 or 6982044. OLE color: 6982044.
HSL color Cylindrical-coordinate representation of color #9C896A: hue angle of 37.2º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9C896A is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 106 | - |
| CMYK | 0 | 0.12 | 0.32 | 0.39 |
| HSL | 37.2º | 0.2% | 0.51% | - |
| HSV(B) | 37.2º | 0.32% | 0.61% | - |
| XYZ | 25.26 | 26 | 17.32 | - |
| YUV | 139.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 106 | 0 | 0.12 | 0.32 | 0.39 | 37.2 | 0.2 | 0.51 |
| Hex | 9C | 89 | 6A | 0 | C | 20 | 27 | 25 | 14 | 33 |
| Octal | 234 | 211 | 152 | 0 | 14 | 40 | 47 | 45 | 24 | 63 |
| Binary | 10011100 | 10001001 | 1101010 | 0 | 1100 | 100000 | 100111 | 100101 | 10100 | 110011 |
Color Harmonies of #9C896A
Complementary color
Monochromatic Colors of #9C896A
Black with #9C896A
Text Example
Text Example
White with #9C896A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C896A; }
p { color: rgb(156,137,106); }
H1.HeaderClassName
{
color: #9C896A;
}
.AnyTagClassName
{
color: #9C896A;
}
</style>
background-color css
<style>
a { background-color: #9C896A; }
a { background-color: rgb(156,137,106); }
div.DivClassName
{
background-color: #9C896A;
}
.BgClassName
{
background-color: #9C896A;
}
</style>
border-color css
<style>
span { border-color: #9C896A; }
span { border-color: rgb(156,137,106); }
td.TdClassName
{
border-color: #9C896A;
}
.TagClassName
{
border-color: #9C896A;
}
</style>