Shades of Pale Oyster #968568
Tints of Pale Oyster #968568
RGB
CMYK
RGB Variations
Color information
#968568 (or 0x968568) is known color: Pale Oyster. HEX triplet: 96, 85 and 68. RGB value is (150,133,104). Sum of RGB (Red+Green+Blue) = 150+133+104=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 133 (52.34% from 255 or 34.37% from 387); Blue value is 104 (41.02% from 255 or 26.87% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #968568 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968568 is #697A97. Grayscale: #868686. Windows color (decimal): -6912664 or 6849942. OLE color: 6849942.
HSL color Cylindrical-coordinate representation of color #968568: hue angle of 37.83º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #968568 is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 104 | - |
| CMYK | 0 | 0.11 | 0.31 | 0.41 |
| HSL | 37.83º | 0.18% | 0.5% | - |
| HSV(B) | 37.83º | 0.31% | 0.59% | - |
| XYZ | 23.46 | 24.26 | 16.54 | - |
| YUV | 134.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 104 | 0 | 0.11 | 0.31 | 0.41 | 37.83 | 0.18 | 0.5 |
| Hex | 96 | 85 | 68 | 0 | B | 1F | 29 | 26 | 12 | 32 |
| Octal | 226 | 205 | 150 | 0 | 13 | 37 | 51 | 46 | 22 | 62 |
| Binary | 10010110 | 10000101 | 1101000 | 0 | 1011 | 11111 | 101001 | 100110 | 10010 | 110010 |
Color Harmonies of #968568
Complementary color
Monochromatic Colors of #968568
Black with #968568
Text Example
Text Example
White with #968568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968568; }
p { color: rgb(150,133,104); }
H1.HeaderClassName
{
color: #968568;
}
.AnyTagClassName
{
color: #968568;
}
</style>
background-color css
<style>
a { background-color: #968568; }
a { background-color: rgb(150,133,104); }
div.DivClassName
{
background-color: #968568;
}
.BgClassName
{
background-color: #968568;
}
</style>
border-color css
<style>
span { border-color: #968568; }
span { border-color: rgb(150,133,104); }
td.TdClassName
{
border-color: #968568;
}
.TagClassName
{
border-color: #968568;
}
</style>