Shades of Pale Oyster #96866A
Tints of Pale Oyster #96866A
RGB
CMYK
RGB Variations
Color information
#96866A (or 0x96866A) is known color: Pale Oyster. HEX triplet: 96, 86 and 6A. RGB value is (150,134,106). Sum of RGB (Red+Green+Blue) = 150+134+106=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96866A is #697995. Grayscale: #878787. Windows color (decimal): -6912406 or 6981270. OLE color: 6981270.
HSL color Cylindrical-coordinate representation of color #96866A: hue angle of 38.18º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96866A is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 134 | 106 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.41 |
| HSL | 38.18º | 0.17% | 0.5% | - |
| HSV(B) | 38.18º | 0.29% | 0.59% | - |
| XYZ | 23.7 | 24.57 | 17.13 | - |
| YUV | 135.59 | 111.3 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 134 | 106 | 0 | 0.11 | 0.29 | 0.41 | 38.18 | 0.17 | 0.5 |
| Hex | 96 | 86 | 6A | 0 | B | 1D | 29 | 26 | 11 | 32 |
| Octal | 226 | 206 | 152 | 0 | 13 | 35 | 51 | 46 | 21 | 62 |
| Binary | 10010110 | 10000110 | 1101010 | 0 | 1011 | 11101 | 101001 | 100110 | 10001 | 110010 |
Color Harmonies of #96866A
Complementary color
Monochromatic Colors of #96866A
Black with #96866A
Text Example
Text Example
White with #96866A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96866A; }
p { color: rgb(150,134,106); }
H1.HeaderClassName
{
color: #96866A;
}
.AnyTagClassName
{
color: #96866A;
}
</style>
background-color css
<style>
a { background-color: #96866A; }
a { background-color: rgb(150,134,106); }
div.DivClassName
{
background-color: #96866A;
}
.BgClassName
{
background-color: #96866A;
}
</style>
border-color css
<style>
span { border-color: #96866A; }
span { border-color: rgb(150,134,106); }
td.TdClassName
{
border-color: #96866A;
}
.TagClassName
{
border-color: #96866A;
}
</style>