Shades of Pale Oyster #968A6D
Tints of Pale Oyster #968A6D
RGB
CMYK
RGB Variations
Color information
#968A6D (or 0x968A6D) is known color: Pale Oyster. HEX triplet: 96, 8A and 6D. RGB value is (150,138,109). Sum of RGB (Red+Green+Blue) = 150+138+109=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 109 (42.97% from 255 or 27.46% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #968A6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968A6D is #697592. Grayscale: #8A8A8A. Windows color (decimal): -6911379 or 7178902. OLE color: 7178902.
HSL color Cylindrical-coordinate representation of color #968A6D: hue angle of 42.44º 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 #968A6D is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 138 | 109 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.41 |
| HSL | 42.44º | 0.16% | 0.51% | - |
| HSV(B) | 42.44º | 0.27% | 0.59% | - |
| XYZ | 24.43 | 25.77 | 18.15 | - |
| YUV | 138.28 | 111.48 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 138 | 109 | 0 | 0.08 | 0.27 | 0.41 | 42.44 | 0.16 | 0.51 |
| Hex | 96 | 8A | 6D | 0 | 8 | 1B | 29 | 2A | 10 | 33 |
| Octal | 226 | 212 | 155 | 0 | 10 | 33 | 51 | 52 | 20 | 63 |
| Binary | 10010110 | 10001010 | 1101101 | 0 | 1000 | 11011 | 101001 | 101010 | 10000 | 110011 |
Color Harmonies of #968A6D
Complementary color
Monochromatic Colors of #968A6D
Black with #968A6D
Text Example
Text Example
White with #968A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968A6D; }
p { color: rgb(150,138,109); }
H1.HeaderClassName
{
color: #968A6D;
}
.AnyTagClassName
{
color: #968A6D;
}
</style>
background-color css
<style>
a { background-color: #968A6D; }
a { background-color: rgb(150,138,109); }
div.DivClassName
{
background-color: #968A6D;
}
.BgClassName
{
background-color: #968A6D;
}
</style>
border-color css
<style>
span { border-color: #968A6D; }
span { border-color: rgb(150,138,109); }
td.TdClassName
{
border-color: #968A6D;
}
.TagClassName
{
border-color: #968A6D;
}
</style>