Shades of Pale Oyster #9C8867
Tints of Pale Oyster #9C8867
RGB
CMYK
RGB Variations
Color information
#9C8867 (or 0x9C8867) is known color: Pale Oyster. HEX triplet: 9C, 88 and 67. RGB value is (156,136,103). Sum of RGB (Red+Green+Blue) = 156+136+103=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 136 (53.52% from 255 or 34.43% from 395); Blue value is 103 (40.62% from 255 or 26.08% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8867 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8867 is #637798. Grayscale: #8A8A8A. Windows color (decimal): -6518681 or 6785180. OLE color: 6785180.
HSL color Cylindrical-coordinate representation of color #9C8867: hue angle of 37.36º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C8867 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 136 | 103 | - |
| CMYK | 0 | 0.13 | 0.34 | 0.39 |
| HSL | 37.36º | 0.21% | 0.51% | - |
| HSV(B) | 37.36º | 0.34% | 0.61% | - |
| XYZ | 24.96 | 25.66 | 16.47 | - |
| YUV | 138.22 | 108.13 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 136 | 103 | 0 | 0.13 | 0.34 | 0.39 | 37.36 | 0.21 | 0.51 |
| Hex | 9C | 88 | 67 | 0 | D | 22 | 27 | 25 | 15 | 33 |
| Octal | 234 | 210 | 147 | 0 | 15 | 42 | 47 | 45 | 25 | 63 |
| Binary | 10011100 | 10001000 | 1100111 | 0 | 1101 | 100010 | 100111 | 100101 | 10101 | 110011 |
Color Harmonies of #9C8867
Complementary color
Monochromatic Colors of #9C8867
Black with #9C8867
Text Example
Text Example
White with #9C8867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8867; }
p { color: rgb(156,136,103); }
H1.HeaderClassName
{
color: #9C8867;
}
.AnyTagClassName
{
color: #9C8867;
}
</style>
background-color css
<style>
a { background-color: #9C8867; }
a { background-color: rgb(156,136,103); }
div.DivClassName
{
background-color: #9C8867;
}
.BgClassName
{
background-color: #9C8867;
}
</style>
border-color css
<style>
span { border-color: #9C8867; }
span { border-color: rgb(156,136,103); }
td.TdClassName
{
border-color: #9C8867;
}
.TagClassName
{
border-color: #9C8867;
}
</style>