Shades of Pale Oyster #968A6E
Tints of Pale Oyster #968A6E
RGB
CMYK
RGB Variations
Color information
#968A6E (or 0x968A6E) is known color: Pale Oyster. HEX triplet: 96, 8A and 6E. RGB value is (150,138,110). Sum of RGB (Red+Green+Blue) = 150+138+110=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 138 (54.30% from 255 or 34.67% from 398); Blue value is 110 (43.36% from 255 or 27.64% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6E is #697591. Grayscale: #8A8A8A. Windows color (decimal): -6911378 or 7244438. OLE color: 7244438.
HSL color Cylindrical-coordinate representation of color #968A6E: hue angle of 42º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #968A6E is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 110 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.41 |
| HSL | 42º | 0.16% | 0.51% | - |
| HSV(B) | 42º | 0.27% | 0.59% | - |
| XYZ | 24.48 | 25.79 | 18.44 | - |
| YUV | 138.4 | 111.98 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 110 | 0 | 0.08 | 0.27 | 0.41 | 42 | 0.16 | 0.51 |
| Hex | 96 | 8A | 6E | 0 | 8 | 1B | 29 | 2A | 10 | 33 |
| Octal | 226 | 212 | 156 | 0 | 10 | 33 | 51 | 52 | 20 | 63 |
| Binary | 10010110 | 10001010 | 1101110 | 0 | 1000 | 11011 | 101001 | 101010 | 10000 | 110011 |
Color Harmonies of #968A6E
Complementary color
Monochromatic Colors of #968A6E
Black with #968A6E
Text Example
Text Example
White with #968A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A6E; }
p { color: rgb(150,138,110); }
H1.HeaderClassName
{
color: #968A6E;
}
.AnyTagClassName
{
color: #968A6E;
}
</style>
background-color css
<style>
a { background-color: #968A6E; }
a { background-color: rgb(150,138,110); }
div.DivClassName
{
background-color: #968A6E;
}
.BgClassName
{
background-color: #968A6E;
}
</style>
border-color css
<style>
span { border-color: #968A6E; }
span { border-color: rgb(150,138,110); }
td.TdClassName
{
border-color: #968A6E;
}
.TagClassName
{
border-color: #968A6E;
}
</style>