Shades of Pale Oyster #9C8970
Tints of Pale Oyster #9C8970
RGB
CMYK
RGB Variations
Color information
#9C8970 (or 0x9C8970) is known color: Pale Oyster. HEX triplet: 9C, 89 and 70. RGB value is (156,137,112). Sum of RGB (Red+Green+Blue) = 156+137+112=405 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.52% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8970 is #63768F. Grayscale: #8B8B8B. Windows color (decimal): -6518416 or 7375260. OLE color: 7375260.
HSL color Cylindrical-coordinate representation of color #9C8970: hue angle of 34.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C8970 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 137 | 112 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.39 |
| HSL | 34.09º | 0.18% | 0.53% | - |
| HSV(B) | 34.09º | 0.28% | 0.61% | - |
| XYZ | 25.58 | 26.13 | 19.02 | - |
| YUV | 139.83 | 112.29 | 139.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 137 | 112 | 0 | 0.12 | 0.28 | 0.39 | 34.09 | 0.18 | 0.53 |
| Hex | 9C | 89 | 70 | 0 | C | 1C | 27 | 22 | 12 | 35 |
| Octal | 234 | 211 | 160 | 0 | 14 | 34 | 47 | 42 | 22 | 65 |
| Binary | 10011100 | 10001001 | 1110000 | 0 | 1100 | 11100 | 100111 | 100010 | 10010 | 110101 |
Color Harmonies of #9C8970
Complementary color
Monochromatic Colors of #9C8970
Black with #9C8970
Text Example
Text Example
White with #9C8970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8970; }
p { color: rgb(156,137,112); }
H1.HeaderClassName
{
color: #9C8970;
}
.AnyTagClassName
{
color: #9C8970;
}
</style>
background-color css
<style>
a { background-color: #9C8970; }
a { background-color: rgb(156,137,112); }
div.DivClassName
{
background-color: #9C8970;
}
.BgClassName
{
background-color: #9C8970;
}
</style>
border-color css
<style>
span { border-color: #9C8970; }
span { border-color: rgb(156,137,112); }
td.TdClassName
{
border-color: #9C8970;
}
.TagClassName
{
border-color: #9C8970;
}
</style>