Shades of Pale Oyster #97866C
Tints of Pale Oyster #97866C
RGB
CMYK
RGB Variations
Color information
#97866C (or 0x97866C) is known color: Pale Oyster. HEX triplet: 97, 86 and 6C. RGB value is (151,134,108). Sum of RGB (Red+Green+Blue) = 151+134+108=393 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.42% from 393); Green value is 134 (52.73% from 255 or 34.10% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 151 - color contains mainly: red. Hex color #97866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #97866C is #687993. Grayscale: #888888. Windows color (decimal): -6846868 or 7112343. OLE color: 7112343.
HSL color Cylindrical-coordinate representation of color #97866C: hue angle of 36.28º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #97866C is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 134 | 108 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.41 |
| HSL | 36.28º | 0.17% | 0.51% | - |
| HSV(B) | 36.28º | 0.28% | 0.59% | - |
| XYZ | 23.99 | 24.71 | 17.69 | - |
| YUV | 136.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 134 | 108 | 0 | 0.11 | 0.28 | 0.41 | 36.28 | 0.17 | 0.51 |
| Hex | 97 | 86 | 6C | 0 | B | 1C | 29 | 24 | 11 | 33 |
| Octal | 227 | 206 | 154 | 0 | 13 | 34 | 51 | 44 | 21 | 63 |
| Binary | 10010111 | 10000110 | 1101100 | 0 | 1011 | 11100 | 101001 | 100100 | 10001 | 110011 |
Color Harmonies of #97866C
Complementary color
Monochromatic Colors of #97866C
Black with #97866C
Text Example
Text Example
White with #97866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97866C; }
p { color: rgb(151,134,108); }
H1.HeaderClassName
{
color: #97866C;
}
.AnyTagClassName
{
color: #97866C;
}
</style>
background-color css
<style>
a { background-color: #97866C; }
a { background-color: rgb(151,134,108); }
div.DivClassName
{
background-color: #97866C;
}
.BgClassName
{
background-color: #97866C;
}
</style>
border-color css
<style>
span { border-color: #97866C; }
span { border-color: rgb(151,134,108); }
td.TdClassName
{
border-color: #97866C;
}
.TagClassName
{
border-color: #97866C;
}
</style>