Shades of Pale Oyster #9C8B68
Tints of Pale Oyster #9C8B68
RGB
CMYK
RGB Variations
Color information
#9C8B68 (or 0x9C8B68) is known color: Pale Oyster. HEX triplet: 9C, 8B and 68. RGB value is (156,139,104). Sum of RGB (Red+Green+Blue) = 156+139+104=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 139 (54.69% from 255 or 34.84% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B68 is #637497. Grayscale: #8C8C8C. Windows color (decimal): -6517912 or 6851484. OLE color: 6851484.
HSL color Cylindrical-coordinate representation of color #9C8B68: hue angle of 40.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9C8B68 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 104 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.39 |
| HSL | 40.38º | 0.21% | 0.51% | - |
| HSV(B) | 40.38º | 0.33% | 0.61% | - |
| XYZ | 25.44 | 26.53 | 16.88 | - |
| YUV | 140.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 104 | 0 | 0.11 | 0.33 | 0.39 | 40.38 | 0.21 | 0.51 |
| Hex | 9C | 8B | 68 | 0 | B | 21 | 27 | 28 | 15 | 33 |
| Octal | 234 | 213 | 150 | 0 | 13 | 41 | 47 | 50 | 25 | 63 |
| Binary | 10011100 | 10001011 | 1101000 | 0 | 1011 | 100001 | 100111 | 101000 | 10101 | 110011 |
Color Harmonies of #9C8B68
Complementary color
Monochromatic Colors of #9C8B68
Black with #9C8B68
Text Example
Text Example
White with #9C8B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B68; }
p { color: rgb(156,139,104); }
H1.HeaderClassName
{
color: #9C8B68;
}
.AnyTagClassName
{
color: #9C8B68;
}
</style>
background-color css
<style>
a { background-color: #9C8B68; }
a { background-color: rgb(156,139,104); }
div.DivClassName
{
background-color: #9C8B68;
}
.BgClassName
{
background-color: #9C8B68;
}
</style>
border-color css
<style>
span { border-color: #9C8B68; }
span { border-color: rgb(156,139,104); }
td.TdClassName
{
border-color: #9C8B68;
}
.TagClassName
{
border-color: #9C8B68;
}
</style>