Shades of Pale Oyster #9C8B69
Tints of Pale Oyster #9C8B69
RGB
CMYK
RGB Variations
Color information
#9C8B69 (or 0x9C8B69) is known color: Pale Oyster. HEX triplet: 9C, 8B and 69. RGB value is (156,139,105). Sum of RGB (Red+Green+Blue) = 156+139+105=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 105 (41.41% from 255 or 26.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8B69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8B69 is #637496. Grayscale: #8C8C8C. Windows color (decimal): -6517911 or 6917020. OLE color: 6917020.
HSL color Cylindrical-coordinate representation of color #9C8B69: hue angle of 40º degrees, saturation: 0.2, 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 #9C8B69 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 139 | 105 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.39 |
| HSL | 40º | 0.2% | 0.51% | - |
| HSV(B) | 40º | 0.33% | 0.61% | - |
| XYZ | 25.49 | 26.55 | 17.15 | - |
| YUV | 140.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 139 | 105 | 0 | 0.11 | 0.33 | 0.39 | 40 | 0.2 | 0.51 |
| Hex | 9C | 8B | 69 | 0 | B | 21 | 27 | 28 | 14 | 33 |
| Octal | 234 | 213 | 151 | 0 | 13 | 41 | 47 | 50 | 24 | 63 |
| Binary | 10011100 | 10001011 | 1101001 | 0 | 1011 | 100001 | 100111 | 101000 | 10100 | 110011 |
Color Harmonies of #9C8B69
Complementary color
Monochromatic Colors of #9C8B69
Black with #9C8B69
Text Example
Text Example
White with #9C8B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8B69; }
p { color: rgb(156,139,105); }
H1.HeaderClassName
{
color: #9C8B69;
}
.AnyTagClassName
{
color: #9C8B69;
}
</style>
background-color css
<style>
a { background-color: #9C8B69; }
a { background-color: rgb(156,139,105); }
div.DivClassName
{
background-color: #9C8B69;
}
.BgClassName
{
background-color: #9C8B69;
}
</style>
border-color css
<style>
span { border-color: #9C8B69; }
span { border-color: rgb(156,139,105); }
td.TdClassName
{
border-color: #9C8B69;
}
.TagClassName
{
border-color: #9C8B69;
}
</style>