Shades of Pale Oyster #9C917A
Tints of Pale Oyster #9C917A
RGB
CMYK
RGB Variations
Color information
#9C917A (or 0x9C917A) is known color: Pale Oyster. HEX triplet: 9C, 91 and 7A. RGB value is (156,145,122). Sum of RGB (Red+Green+Blue) = 156+145+122=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 156 - color contains mainly: red. Hex color #9C917A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C917A is #636E85. Grayscale: #919191. Windows color (decimal): -6516358 or 8032668. OLE color: 8032668.
HSL color Cylindrical-coordinate representation of color #9C917A: hue angle of 40.59º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9C917A is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 122 | - |
| CMYK | 0 | 0.07 | 0.22 | 0.39 |
| HSL | 40.59º | 0.15% | 0.55% | - |
| HSV(B) | 40.59º | 0.22% | 0.61% | - |
| XYZ | 27.35 | 28.72 | 22.52 | - |
| YUV | 145.67 | 114.64 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 122 | 0 | 0.07 | 0.22 | 0.39 | 40.59 | 0.15 | 0.55 |
| Hex | 9C | 91 | 7A | 0 | 7 | 16 | 27 | 29 | F | 37 |
| Octal | 234 | 221 | 172 | 0 | 7 | 26 | 47 | 51 | 17 | 67 |
| Binary | 10011100 | 10010001 | 1111010 | 0 | 111 | 10110 | 100111 | 101001 | 1111 | 110111 |
Color Harmonies of #9C917A
Complementary color
Monochromatic Colors of #9C917A
Black with #9C917A
Text Example
Text Example
White with #9C917A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C917A; }
p { color: rgb(156,145,122); }
H1.HeaderClassName
{
color: #9C917A;
}
.AnyTagClassName
{
color: #9C917A;
}
</style>
background-color css
<style>
a { background-color: #9C917A; }
a { background-color: rgb(156,145,122); }
div.DivClassName
{
background-color: #9C917A;
}
.BgClassName
{
background-color: #9C917A;
}
</style>
border-color css
<style>
span { border-color: #9C917A; }
span { border-color: rgb(156,145,122); }
td.TdClassName
{
border-color: #9C917A;
}
.TagClassName
{
border-color: #9C917A;
}
</style>