Shades of Pale Oyster #9B8A68
Tints of Pale Oyster #9B8A68
RGB
CMYK
RGB Variations
Color information
#9B8A68 (or 0x9B8A68) is known color: Pale Oyster. HEX triplet: 9B, 8A and 68. RGB value is (155,138,104). Sum of RGB (Red+Green+Blue) = 155+138+104=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 138 (54.30% from 255 or 34.76% from 397); Blue value is 104 (41.02% from 255 or 26.20% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A68 is #647597. Grayscale: #8B8B8B. Windows color (decimal): -6583704 or 6851227. OLE color: 6851227.
HSL color Cylindrical-coordinate representation of color #9B8A68: 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 #9B8A68 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 104 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.39 |
| HSL | 40º | 0.2% | 0.51% | - |
| HSV(B) | 40º | 0.33% | 0.61% | - |
| XYZ | 25.1 | 26.15 | 16.82 | - |
| YUV | 139.21 | 108.13 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 104 | 0 | 0.11 | 0.33 | 0.39 | 40 | 0.2 | 0.51 |
| Hex | 9B | 8A | 68 | 0 | B | 21 | 27 | 28 | 14 | 33 |
| Octal | 233 | 212 | 150 | 0 | 13 | 41 | 47 | 50 | 24 | 63 |
| Binary | 10011011 | 10001010 | 1101000 | 0 | 1011 | 100001 | 100111 | 101000 | 10100 | 110011 |
Color Harmonies of #9B8A68
Complementary color
Monochromatic Colors of #9B8A68
Black with #9B8A68
Text Example
Text Example
White with #9B8A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A68; }
p { color: rgb(155,138,104); }
H1.HeaderClassName
{
color: #9B8A68;
}
.AnyTagClassName
{
color: #9B8A68;
}
</style>
background-color css
<style>
a { background-color: #9B8A68; }
a { background-color: rgb(155,138,104); }
div.DivClassName
{
background-color: #9B8A68;
}
.BgClassName
{
background-color: #9B8A68;
}
</style>
border-color css
<style>
span { border-color: #9B8A68; }
span { border-color: rgb(155,138,104); }
td.TdClassName
{
border-color: #9B8A68;
}
.TagClassName
{
border-color: #9B8A68;
}
</style>