Shades of Pale Oyster #9C9074
Tints of Pale Oyster #9C9074
RGB
CMYK
RGB Variations
Color information
#9C9074 (or 0x9C9074) is known color: Pale Oyster. HEX triplet: 9C, 90 and 74. RGB value is (156,144,116). Sum of RGB (Red+Green+Blue) = 156+144+116=416 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.5% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 116 (45.70% from 255 or 27.88% from 416); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9074 is #636F8B. Grayscale: #909090. Windows color (decimal): -6516620 or 7639196. OLE color: 7639196.
HSL color Cylindrical-coordinate representation of color #9C9074: hue angle of 42º 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 #9C9074 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 144 | 116 | - |
| CMYK | 0 | 0.08 | 0.26 | 0.39 |
| HSL | 42º | 0.17% | 0.53% | - |
| HSV(B) | 42º | 0.26% | 0.61% | - |
| XYZ | 26.84 | 28.28 | 20.57 | - |
| YUV | 144.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 144 | 116 | 0 | 0.08 | 0.26 | 0.39 | 42 | 0.17 | 0.53 |
| Hex | 9C | 90 | 74 | 0 | 8 | 1A | 27 | 2A | 11 | 35 |
| Octal | 234 | 220 | 164 | 0 | 10 | 32 | 47 | 52 | 21 | 65 |
| Binary | 10011100 | 10010000 | 1110100 | 0 | 1000 | 11010 | 100111 | 101010 | 10001 | 110101 |
Color Harmonies of #9C9074
Complementary color
Monochromatic Colors of #9C9074
Black with #9C9074
Text Example
Text Example
White with #9C9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9074; }
p { color: rgb(156,144,116); }
H1.HeaderClassName
{
color: #9C9074;
}
.AnyTagClassName
{
color: #9C9074;
}
</style>
background-color css
<style>
a { background-color: #9C9074; }
a { background-color: rgb(156,144,116); }
div.DivClassName
{
background-color: #9C9074;
}
.BgClassName
{
background-color: #9C9074;
}
</style>
border-color css
<style>
span { border-color: #9C9074; }
span { border-color: rgb(156,144,116); }
td.TdClassName
{
border-color: #9C9074;
}
.TagClassName
{
border-color: #9C9074;
}
</style>