Shades of Heathered Grey #9B917B
Tints of Heathered Grey #9B917B
RGB
CMYK
RGB Variations
Color information
#9B917B (or 0x9B917B) is known color: Heathered Grey. HEX triplet: 9B, 91 and 7B. RGB value is (155,145,123). Sum of RGB (Red+Green+Blue) = 155+145+123=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 145 (57.03% from 255 or 34.28% from 423); Blue value is 123 (48.44% from 255 or 29.08% from 423); Max value from RGB is 155 - color contains mainly: red. Hex color #9B917B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9B917B is #646E84. Grayscale: #919191. Windows color (decimal): -6581893 or 8098203. OLE color: 8098203.
HSL color Cylindrical-coordinate representation of color #9B917B: hue angle of 41.25º degrees, saturation: 0.14, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B917B is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 145 | 123 | - |
| CMYK | 0 | 0.06 | 0.21 | 0.39 |
| HSL | 41.25º | 0.14% | 0.55% | - |
| HSV(B) | 41.25º | 0.21% | 0.61% | - |
| XYZ | 27.22 | 28.65 | 22.83 | - |
| YUV | 145.48 | 115.31 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 145 | 123 | 0 | 0.06 | 0.21 | 0.39 | 41.25 | 0.14 | 0.55 |
| Hex | 9B | 91 | 7B | 0 | 6 | 15 | 27 | 29 | E | 37 |
| Octal | 233 | 221 | 173 | 0 | 6 | 25 | 47 | 51 | 16 | 67 |
| Binary | 10011011 | 10010001 | 1111011 | 0 | 110 | 10101 | 100111 | 101001 | 1110 | 110111 |
Color Harmonies of #9B917B
Complementary color
Monochromatic Colors of #9B917B
Black with #9B917B
Text Example
Text Example
White with #9B917B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B917B; }
p { color: rgb(155,145,123); }
H1.HeaderClassName
{
color: #9B917B;
}
.AnyTagClassName
{
color: #9B917B;
}
</style>
background-color css
<style>
a { background-color: #9B917B; }
a { background-color: rgb(155,145,123); }
div.DivClassName
{
background-color: #9B917B;
}
.BgClassName
{
background-color: #9B917B;
}
</style>
border-color css
<style>
span { border-color: #9B917B; }
span { border-color: rgb(155,145,123); }
td.TdClassName
{
border-color: #9B917B;
}
.TagClassName
{
border-color: #9B917B;
}
</style>