Shades of Pale Oyster #9B8A67
Tints of Pale Oyster #9B8A67
RGB
CMYK
RGB Variations
Color information
#9B8A67 (or 0x9B8A67) is known color: Pale Oyster. HEX triplet: 9B, 8A and 67. RGB value is (155,138,103). Sum of RGB (Red+Green+Blue) = 155+138+103=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 103 (40.62% from 255 or 26.01% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B8A67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B8A67 is #647598. Grayscale: #8B8B8B. Windows color (decimal): -6583705 or 6785691. OLE color: 6785691.
HSL color Cylindrical-coordinate representation of color #9B8A67: 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.34%. Process color model (Four color, CMYK) of #9B8A67 is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 138 | 103 | - |
| CMYK | 0 | 0.11 | 0.34 | 0.39 |
| HSL | 40.38º | 0.21% | 0.51% | - |
| HSV(B) | 40.38º | 0.34% | 0.61% | - |
| XYZ | 25.05 | 26.12 | 16.55 | - |
| YUV | 139.09 | 107.63 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 138 | 103 | 0 | 0.11 | 0.34 | 0.39 | 40.38 | 0.21 | 0.51 |
| Hex | 9B | 8A | 67 | 0 | B | 22 | 27 | 28 | 15 | 33 |
| Octal | 233 | 212 | 147 | 0 | 13 | 42 | 47 | 50 | 25 | 63 |
| Binary | 10011011 | 10001010 | 1100111 | 0 | 1011 | 100010 | 100111 | 101000 | 10101 | 110011 |
Color Harmonies of #9B8A67
Complementary color
Monochromatic Colors of #9B8A67
Black with #9B8A67
Text Example
Text Example
White with #9B8A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B8A67; }
p { color: rgb(155,138,103); }
H1.HeaderClassName
{
color: #9B8A67;
}
.AnyTagClassName
{
color: #9B8A67;
}
</style>
background-color css
<style>
a { background-color: #9B8A67; }
a { background-color: rgb(155,138,103); }
div.DivClassName
{
background-color: #9B8A67;
}
.BgClassName
{
background-color: #9B8A67;
}
</style>
border-color css
<style>
span { border-color: #9B8A67; }
span { border-color: rgb(155,138,103); }
td.TdClassName
{
border-color: #9B8A67;
}
.TagClassName
{
border-color: #9B8A67;
}
</style>