Shades of Pale Oyster #96856B
Tints of Pale Oyster #96856B
RGB
CMYK
RGB Variations
Color information
#96856B (or 0x96856B) is known color: Pale Oyster. HEX triplet: 96, 85 and 6B. RGB value is (150,133,107). Sum of RGB (Red+Green+Blue) = 150+133+107=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 107 (42.19% from 255 or 27.44% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96856B is #697A94. Grayscale: #878787. Windows color (decimal): -6912661 or 7046550. OLE color: 7046550.
HSL color Cylindrical-coordinate representation of color #96856B: hue angle of 36.28º 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 #96856B is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 133 | 107 | - |
| CMYK | 0 | 0.11 | 0.29 | 0.41 |
| HSL | 36.28º | 0.17% | 0.5% | - |
| HSV(B) | 36.28º | 0.29% | 0.59% | - |
| XYZ | 23.62 | 24.32 | 17.36 | - |
| YUV | 135.12 | 112.13 | 138.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 133 | 107 | 0 | 0.11 | 0.29 | 0.41 | 36.28 | 0.17 | 0.5 |
| Hex | 96 | 85 | 6B | 0 | B | 1D | 29 | 24 | 11 | 32 |
| Octal | 226 | 205 | 153 | 0 | 13 | 35 | 51 | 44 | 21 | 62 |
| Binary | 10010110 | 10000101 | 1101011 | 0 | 1011 | 11101 | 101001 | 100100 | 10001 | 110010 |
Color Harmonies of #96856B
Complementary color
Monochromatic Colors of #96856B
Black with #96856B
Text Example
Text Example
White with #96856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96856B; }
p { color: rgb(150,133,107); }
H1.HeaderClassName
{
color: #96856B;
}
.AnyTagClassName
{
color: #96856B;
}
</style>
background-color css
<style>
a { background-color: #96856B; }
a { background-color: rgb(150,133,107); }
div.DivClassName
{
background-color: #96856B;
}
.BgClassName
{
background-color: #96856B;
}
</style>
border-color css
<style>
span { border-color: #96856B; }
span { border-color: rgb(150,133,107); }
td.TdClassName
{
border-color: #96856B;
}
.TagClassName
{
border-color: #96856B;
}
</style>