Shades of Pale Oyster #9F906A
Tints of Pale Oyster #9F906A
RGB
CMYK
RGB Variations
Color information
#9F906A (or 0x9F906A) is known color: Pale Oyster. HEX triplet: 9F, 90 and 6A. RGB value is (159,144,106). Sum of RGB (Red+Green+Blue) = 159+144+106=409 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.88% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 106 (41.80% from 255 or 25.92% from 409); Max value from RGB is 159 - color contains mainly: red. Hex color #9F906A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F906A is #606F95. Grayscale: #909090. Windows color (decimal): -6320022 or 6983839. OLE color: 6983839.
HSL color Cylindrical-coordinate representation of color #9F906A: hue angle of 43.02º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9F906A is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 144 | 106 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.38 |
| HSL | 43.02º | 0.22% | 0.52% | - |
| HSV(B) | 43.02º | 0.33% | 0.62% | - |
| XYZ | 26.87 | 28.36 | 17.69 | - |
| YUV | 144.15 | 106.47 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 144 | 106 | 0 | 0.09 | 0.33 | 0.38 | 43.02 | 0.22 | 0.52 |
| Hex | 9F | 90 | 6A | 0 | 9 | 21 | 26 | 2B | 16 | 34 |
| Octal | 237 | 220 | 152 | 0 | 11 | 41 | 46 | 53 | 26 | 64 |
| Binary | 10011111 | 10010000 | 1101010 | 0 | 1001 | 100001 | 100110 | 101011 | 10110 | 110100 |
Color Harmonies of #9F906A
Complementary color
Monochromatic Colors of #9F906A
Black with #9F906A
Text Example
Text Example
White with #9F906A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F906A; }
p { color: rgb(159,144,106); }
H1.HeaderClassName
{
color: #9F906A;
}
.AnyTagClassName
{
color: #9F906A;
}
</style>
background-color css
<style>
a { background-color: #9F906A; }
a { background-color: rgb(159,144,106); }
div.DivClassName
{
background-color: #9F906A;
}
.BgClassName
{
background-color: #9F906A;
}
</style>
border-color css
<style>
span { border-color: #9F906A; }
span { border-color: rgb(159,144,106); }
td.TdClassName
{
border-color: #9F906A;
}
.TagClassName
{
border-color: #9F906A;
}
</style>