Shades of Pale Oyster #9C8A66
Tints of Pale Oyster #9C8A66
RGB
CMYK
RGB Variations
Color information
#9C8A66 (or 0x9C8A66) is known color: Pale Oyster. HEX triplet: 9C, 8A and 66. RGB value is (156,138,102). Sum of RGB (Red+Green+Blue) = 156+138+102=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 102 (40.23% from 255 or 25.76% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C8A66 is #637599. Grayscale: #8B8B8B. Windows color (decimal): -6518170 or 6720156. OLE color: 6720156.
HSL color Cylindrical-coordinate representation of color #9C8A66: hue angle of 40º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C8A66 is Cyan = 0, Magento = 0.12, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 138 | 102 | - |
| CMYK | 0 | 0.12 | 0.35 | 0.39 |
| HSL | 40º | 0.21% | 0.51% | - |
| HSV(B) | 40º | 0.35% | 0.61% | - |
| XYZ | 25.2 | 26.2 | 16.3 | - |
| YUV | 139.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 138 | 102 | 0 | 0.12 | 0.35 | 0.39 | 40 | 0.21 | 0.51 |
| Hex | 9C | 8A | 66 | 0 | C | 23 | 27 | 28 | 15 | 33 |
| Octal | 234 | 212 | 146 | 0 | 14 | 43 | 47 | 50 | 25 | 63 |
| Binary | 10011100 | 10001010 | 1100110 | 0 | 1100 | 100011 | 100111 | 101000 | 10101 | 110011 |
Color Harmonies of #9C8A66
Complementary color
Monochromatic Colors of #9C8A66
Black with #9C8A66
Text Example
Text Example
White with #9C8A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C8A66; }
p { color: rgb(156,138,102); }
H1.HeaderClassName
{
color: #9C8A66;
}
.AnyTagClassName
{
color: #9C8A66;
}
</style>
background-color css
<style>
a { background-color: #9C8A66; }
a { background-color: rgb(156,138,102); }
div.DivClassName
{
background-color: #9C8A66;
}
.BgClassName
{
background-color: #9C8A66;
}
</style>
border-color css
<style>
span { border-color: #9C8A66; }
span { border-color: rgb(156,138,102); }
td.TdClassName
{
border-color: #9C8A66;
}
.TagClassName
{
border-color: #9C8A66;
}
</style>