Shades of Pale Oyster #968771
Tints of Pale Oyster #968771
RGB
CMYK
RGB Variations
Color information
#968771 (or 0x968771) is known color: Pale Oyster. HEX triplet: 96, 87 and 71. RGB value is (150,135,113). Sum of RGB (Red+Green+Blue) = 150+135+113=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 113 (44.53% from 255 or 28.39% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #968771 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968771 is #69788E. Grayscale: #898989. Windows color (decimal): -6912143 or 7440278. OLE color: 7440278.
HSL color Cylindrical-coordinate representation of color #968771: hue angle of 35.68º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968771 is Cyan = 0, Magento = 0.1, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 135 | 113 | - |
| CMYK | 0 | 0.1 | 0.25 | 0.41 |
| HSL | 35.68º | 0.15% | 0.52% | - |
| HSV(B) | 35.68º | 0.25% | 0.59% | - |
| XYZ | 24.22 | 25 | 19.17 | - |
| YUV | 136.98 | 114.47 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 135 | 113 | 0 | 0.1 | 0.25 | 0.41 | 35.68 | 0.15 | 0.52 |
| Hex | 96 | 87 | 71 | 0 | A | 19 | 29 | 24 | F | 34 |
| Octal | 226 | 207 | 161 | 0 | 12 | 31 | 51 | 44 | 17 | 64 |
| Binary | 10010110 | 10000111 | 1110001 | 0 | 1010 | 11001 | 101001 | 100100 | 1111 | 110100 |
Color Harmonies of #968771
Complementary color
Monochromatic Colors of #968771
Black with #968771
Text Example
Text Example
White with #968771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968771; }
p { color: rgb(150,135,113); }
H1.HeaderClassName
{
color: #968771;
}
.AnyTagClassName
{
color: #968771;
}
</style>
background-color css
<style>
a { background-color: #968771; }
a { background-color: rgb(150,135,113); }
div.DivClassName
{
background-color: #968771;
}
.BgClassName
{
background-color: #968771;
}
</style>
border-color css
<style>
span { border-color: #968771; }
span { border-color: rgb(150,135,113); }
td.TdClassName
{
border-color: #968771;
}
.TagClassName
{
border-color: #968771;
}
</style>