Shades of Pale Oyster #9C896B
Tints of Pale Oyster #9C896B
RGB
CMYK
RGB Variations
Color information
#9C896B (or 0x9C896B) is known color: Pale Oyster. HEX triplet: 9C, 89 and 6B. RGB value is (156,137,107). Sum of RGB (Red+Green+Blue) = 156+137+107=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 137 (53.91% from 255 or 34.25% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C896B is #637694. Grayscale: #8B8B8B. Windows color (decimal): -6518421 or 7047580. OLE color: 7047580.
HSL color Cylindrical-coordinate representation of color #9C896B: hue angle of 36.73º 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 #9C896B is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 107 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.39 |
| HSL | 36.73º | 0.2% | 0.52% | - |
| HSV(B) | 36.73º | 0.31% | 0.61% | - |
| XYZ | 25.31 | 26.02 | 17.6 | - |
| YUV | 139.26 | 109.79 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 107 | 0 | 0.12 | 0.31 | 0.39 | 36.73 | 0.2 | 0.52 |
| Hex | 9C | 89 | 6B | 0 | C | 1F | 27 | 25 | 14 | 34 |
| Octal | 234 | 211 | 153 | 0 | 14 | 37 | 47 | 45 | 24 | 64 |
| Binary | 10011100 | 10001001 | 1101011 | 0 | 1100 | 11111 | 100111 | 100101 | 10100 | 110100 |
Color Harmonies of #9C896B
Complementary color
Monochromatic Colors of #9C896B
Black with #9C896B
Text Example
Text Example
White with #9C896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C896B; }
p { color: rgb(156,137,107); }
H1.HeaderClassName
{
color: #9C896B;
}
.AnyTagClassName
{
color: #9C896B;
}
</style>
background-color css
<style>
a { background-color: #9C896B; }
a { background-color: rgb(156,137,107); }
div.DivClassName
{
background-color: #9C896B;
}
.BgClassName
{
background-color: #9C896B;
}
</style>
border-color css
<style>
span { border-color: #9C896B; }
span { border-color: rgb(156,137,107); }
td.TdClassName
{
border-color: #9C896B;
}
.TagClassName
{
border-color: #9C896B;
}
</style>