Shades of Pale Oyster #958769
Tints of Pale Oyster #958769
RGB
CMYK
RGB Variations
Color information
#958769 (or 0x958769) is known color: Pale Oyster. HEX triplet: 95, 87 and 69. RGB value is (149,135,105). Sum of RGB (Red+Green+Blue) = 149+135+105=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 135 (53.12% from 255 or 34.70% from 389); Blue value is 105 (41.41% from 255 or 26.99% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #958769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958769 is #6A7896. Grayscale: #878787. Windows color (decimal): -6977687 or 6915989. OLE color: 6915989.
HSL color Cylindrical-coordinate representation of color #958769: hue angle of 40.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958769 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 135 | 105 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.42 |
| HSL | 40.91º | 0.17% | 0.5% | - |
| HSV(B) | 40.91º | 0.3% | 0.58% | - |
| XYZ | 23.61 | 24.74 | 16.9 | - |
| YUV | 135.77 | 110.64 | 137.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 135 | 105 | 0 | 0.09 | 0.30 | 0.42 | 40.91 | 0.17 | 0.5 |
| Hex | 95 | 87 | 69 | 0 | 9 | 1E | 2A | 29 | 11 | 32 |
| Octal | 225 | 207 | 151 | 0 | 11 | 36 | 52 | 51 | 21 | 62 |
| Binary | 10010101 | 10000111 | 1101001 | 0 | 1001 | 11110 | 101010 | 101001 | 10001 | 110010 |
Color Harmonies of #958769
Complementary color
Monochromatic Colors of #958769
Black with #958769
Text Example
Text Example
White with #958769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958769; }
p { color: rgb(149,135,105); }
H1.HeaderClassName
{
color: #958769;
}
.AnyTagClassName
{
color: #958769;
}
</style>
background-color css
<style>
a { background-color: #958769; }
a { background-color: rgb(149,135,105); }
div.DivClassName
{
background-color: #958769;
}
.BgClassName
{
background-color: #958769;
}
</style>
border-color css
<style>
span { border-color: #958769; }
span { border-color: rgb(149,135,105); }
td.TdClassName
{
border-color: #958769;
}
.TagClassName
{
border-color: #958769;
}
</style>