Shades of Heathered Grey #93908A
Tints of Heathered Grey #93908A
RGB
CMYK
RGB Variations
Color information
#93908A (or 0x93908A) is known color: Heathered Grey. HEX triplet: 93, 90 and 8A. RGB value is (147,144,138). Sum of RGB (Red+Green+Blue) = 147+144+138=429 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.27% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 147 - color contains mainly: red. Hex color #93908A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93908A is #6C6F75. Grayscale: #909090. Windows color (decimal): -7106422 or 9080979. OLE color: 9080979.
HSL color Cylindrical-coordinate representation of color #93908A: hue angle of 40º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #93908A is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 144 | 138 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.42 |
| HSL | 40º | 0.04% | 0.56% | - |
| HSV(B) | 40º | 0.06% | 0.58% | - |
| XYZ | 26.59 | 27.98 | 28.04 | - |
| YUV | 144.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 144 | 138 | 0 | 0.02 | 0.06 | 0.42 | 40 | 0.04 | 0.56 |
| Hex | 93 | 90 | 8A | 0 | 2 | 6 | 2A | 28 | 4 | 38 |
| Octal | 223 | 220 | 212 | 0 | 2 | 6 | 52 | 50 | 4 | 70 |
| Binary | 10010011 | 10010000 | 10001010 | 0 | 10 | 110 | 101010 | 101000 | 100 | 111000 |
Color Harmonies of #93908A
Complementary color
Monochromatic Colors of #93908A
Black with #93908A
Text Example
Text Example
White with #93908A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93908A; }
p { color: rgb(147,144,138); }
H1.HeaderClassName
{
color: #93908A;
}
.AnyTagClassName
{
color: #93908A;
}
</style>
background-color css
<style>
a { background-color: #93908A; }
a { background-color: rgb(147,144,138); }
div.DivClassName
{
background-color: #93908A;
}
.BgClassName
{
background-color: #93908A;
}
</style>
border-color css
<style>
span { border-color: #93908A; }
span { border-color: rgb(147,144,138); }
td.TdClassName
{
border-color: #93908A;
}
.TagClassName
{
border-color: #93908A;
}
</style>