Shades of Pale Oyster #9C8965
Tints of Pale Oyster #9C8965
RGB
CMYK
RGB Variations
Color information
#9C8965 (or 0x9C8965) is known color: Pale Oyster. HEX triplet: 9C, 89 and 65. RGB value is (156,137,101). Sum of RGB (Red+Green+Blue) = 156+137+101=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 137 (53.91% from 255 or 34.77% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8965 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8965 is #63769A. Grayscale: #8A8A8A. Windows color (decimal): -6518427 or 6654364. OLE color: 6654364.
HSL color Cylindrical-coordinate representation of color #9C8965: hue angle of 39.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8965 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 101 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.39 |
| HSL | 39.27º | 0.22% | 0.5% | - |
| HSV(B) | 39.27º | 0.35% | 0.61% | - |
| XYZ | 25 | 25.9 | 15.99 | - |
| YUV | 138.58 | 106.79 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 101 | 0 | 0.12 | 0.35 | 0.39 | 39.27 | 0.22 | 0.5 |
| Hex | 9C | 89 | 65 | 0 | C | 23 | 27 | 27 | 16 | 32 |
| Octal | 234 | 211 | 145 | 0 | 14 | 43 | 47 | 47 | 26 | 62 |
| Binary | 10011100 | 10001001 | 1100101 | 0 | 1100 | 100011 | 100111 | 100111 | 10110 | 110010 |
Color Harmonies of #9C8965
Complementary color
Monochromatic Colors of #9C8965
Black with #9C8965
Text Example
Text Example
White with #9C8965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8965; }
p { color: rgb(156,137,101); }
H1.HeaderClassName
{
color: #9C8965;
}
.AnyTagClassName
{
color: #9C8965;
}
</style>
background-color css
<style>
a { background-color: #9C8965; }
a { background-color: rgb(156,137,101); }
div.DivClassName
{
background-color: #9C8965;
}
.BgClassName
{
background-color: #9C8965;
}
</style>
border-color css
<style>
span { border-color: #9C8965; }
span { border-color: rgb(156,137,101); }
td.TdClassName
{
border-color: #9C8965;
}
.TagClassName
{
border-color: #9C8965;
}
</style>