Shades of Pale Oyster #9C9174
Tints of Pale Oyster #9C9174
RGB
CMYK
RGB Variations
Color information
#9C9174 (or 0x9C9174) is known color: Pale Oyster. HEX triplet: 9C, 91 and 74. RGB value is (156,145,116). Sum of RGB (Red+Green+Blue) = 156+145+116=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 145 (57.03% from 255 or 34.77% from 417); Blue value is 116 (45.70% from 255 or 27.82% from 417); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9174 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9174 is #636E8B. Grayscale: #919191. Windows color (decimal): -6516364 or 7639452. OLE color: 7639452.
HSL color Cylindrical-coordinate representation of color #9C9174: hue angle of 43.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C9174 is Cyan = 0, Magento = 0.07, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 145 | 116 | - |
| CMYK | 0 | 0.07 | 0.26 | 0.39 |
| HSL | 43.5º | 0.17% | 0.53% | - |
| HSV(B) | 43.5º | 0.26% | 0.61% | - |
| XYZ | 26.99 | 28.58 | 20.62 | - |
| YUV | 144.98 | 111.64 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 145 | 116 | 0 | 0.07 | 0.26 | 0.39 | 43.5 | 0.17 | 0.53 |
| Hex | 9C | 91 | 74 | 0 | 7 | 1A | 27 | 2C | 11 | 35 |
| Octal | 234 | 221 | 164 | 0 | 7 | 32 | 47 | 54 | 21 | 65 |
| Binary | 10011100 | 10010001 | 1110100 | 0 | 111 | 11010 | 100111 | 101100 | 10001 | 110101 |
Color Harmonies of #9C9174
Complementary color
Monochromatic Colors of #9C9174
Black with #9C9174
Text Example
Text Example
White with #9C9174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9174; }
p { color: rgb(156,145,116); }
H1.HeaderClassName
{
color: #9C9174;
}
.AnyTagClassName
{
color: #9C9174;
}
</style>
background-color css
<style>
a { background-color: #9C9174; }
a { background-color: rgb(156,145,116); }
div.DivClassName
{
background-color: #9C9174;
}
.BgClassName
{
background-color: #9C9174;
}
</style>
border-color css
<style>
span { border-color: #9C9174; }
span { border-color: rgb(156,145,116); }
td.TdClassName
{
border-color: #9C9174;
}
.TagClassName
{
border-color: #9C9174;
}
</style>