Shades of Pale Oyster #9F9074
Tints of Pale Oyster #9F9074
RGB
CMYK
RGB Variations
Color information
#9F9074 (or 0x9F9074) is known color: Pale Oyster. HEX triplet: 9F, 90 and 74. RGB value is (159,144,116). Sum of RGB (Red+Green+Blue) = 159+144+116=419 (55% of max value = 765). Red value is 159 (62.5% from 255 or 37.95% from 419); Green value is 144 (56.64% from 255 or 34.37% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9074 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9074 is #606F8B. Grayscale: #919191. Windows color (decimal): -6320012 or 7639199. OLE color: 7639199.
HSL color Cylindrical-coordinate representation of color #9F9074: hue angle of 39.07º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F9074 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 116 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.38 |
| HSL | 39.07º | 0.18% | 0.54% | - |
| HSV(B) | 39.07º | 0.27% | 0.62% | - |
| XYZ | 27.42 | 28.58 | 20.59 | - |
| YUV | 145.29 | 111.47 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 116 | 0 | 0.09 | 0.27 | 0.38 | 39.07 | 0.18 | 0.54 |
| Hex | 9F | 90 | 74 | 0 | 9 | 1B | 26 | 27 | 12 | 36 |
| Octal | 237 | 220 | 164 | 0 | 11 | 33 | 46 | 47 | 22 | 66 |
| Binary | 10011111 | 10010000 | 1110100 | 0 | 1001 | 11011 | 100110 | 100111 | 10010 | 110110 |
Color Harmonies of #9F9074
Complementary color
Monochromatic Colors of #9F9074
Black with #9F9074
Text Example
Text Example
White with #9F9074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9074; }
p { color: rgb(159,144,116); }
H1.HeaderClassName
{
color: #9F9074;
}
.AnyTagClassName
{
color: #9F9074;
}
</style>
background-color css
<style>
a { background-color: #9F9074; }
a { background-color: rgb(159,144,116); }
div.DivClassName
{
background-color: #9F9074;
}
.BgClassName
{
background-color: #9F9074;
}
</style>
border-color css
<style>
span { border-color: #9F9074; }
span { border-color: rgb(159,144,116); }
td.TdClassName
{
border-color: #9F9074;
}
.TagClassName
{
border-color: #9F9074;
}
</style>