Shades of Pale Oyster #95856B
Tints of Pale Oyster #95856B
RGB
CMYK
RGB Variations
Color information
#95856B (or 0x95856B) is known color: Pale Oyster. HEX triplet: 95, 85 and 6B. RGB value is (149,133,107). Sum of RGB (Red+Green+Blue) = 149+133+107=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 133 (52.34% from 255 or 34.19% from 389); Blue value is 107 (42.19% from 255 or 27.51% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #95856B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #95856B is #6A7A94. Grayscale: #868686. Windows color (decimal): -6978197 or 7046549. OLE color: 7046549.
HSL color Cylindrical-coordinate representation of color #95856B: hue angle of 37.14º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95856B is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 133 | 107 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.42 |
| HSL | 37.14º | 0.17% | 0.5% | - |
| HSV(B) | 37.14º | 0.28% | 0.58% | - |
| XYZ | 23.44 | 24.23 | 17.35 | - |
| YUV | 134.82 | 112.3 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 107 | 0 | 0.11 | 0.28 | 0.42 | 37.14 | 0.17 | 0.5 |
| Hex | 95 | 85 | 6B | 0 | B | 1C | 2A | 25 | 11 | 32 |
| Octal | 225 | 205 | 153 | 0 | 13 | 34 | 52 | 45 | 21 | 62 |
| Binary | 10010101 | 10000101 | 1101011 | 0 | 1011 | 11100 | 101010 | 100101 | 10001 | 110010 |
Color Harmonies of #95856B
Complementary color
Monochromatic Colors of #95856B
Black with #95856B
Text Example
Text Example
White with #95856B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95856B; }
p { color: rgb(149,133,107); }
H1.HeaderClassName
{
color: #95856B;
}
.AnyTagClassName
{
color: #95856B;
}
</style>
background-color css
<style>
a { background-color: #95856B; }
a { background-color: rgb(149,133,107); }
div.DivClassName
{
background-color: #95856B;
}
.BgClassName
{
background-color: #95856B;
}
</style>
border-color css
<style>
span { border-color: #95856B; }
span { border-color: rgb(149,133,107); }
td.TdClassName
{
border-color: #95856B;
}
.TagClassName
{
border-color: #95856B;
}
</style>