Shades of Dawn #9E9B8E
Tints of Dawn #9E9B8E
RGB
CMYK
RGB Variations
Color information
#9E9B8E (or 0x9E9B8E) is known color: Dawn. HEX triplet: 9E, 9B and 8E. RGB value is (158,155,142). Sum of RGB (Red+Green+Blue) = 158+155+142=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 142 (55.86% from 255 or 31.21% from 455); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9B8E is #616471. Grayscale: #9A9A9A. Windows color (decimal): -6382706 or 9345950. OLE color: 9345950.
HSL color Cylindrical-coordinate representation of color #9E9B8E: hue angle of 48.75º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #9E9B8E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 155 | 142 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.38 |
| HSL | 48.75º | 0.08% | 0.59% | - |
| HSV(B) | 48.75º | 0.1% | 0.62% | - |
| XYZ | 30.7 | 32.66 | 30.28 | - |
| YUV | 154.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 155 | 142 | 0 | 0.02 | 0.10 | 0.38 | 48.75 | 0.08 | 0.59 |
| Hex | 9E | 9B | 8E | 0 | 2 | A | 26 | 31 | 8 | 3B |
| Octal | 236 | 233 | 216 | 0 | 2 | 12 | 46 | 61 | 10 | 73 |
| Binary | 10011110 | 10011011 | 10001110 | 0 | 10 | 1010 | 100110 | 110001 | 1000 | 111011 |
Color Harmonies of #9E9B8E
Complementary color
Monochromatic Colors of #9E9B8E
Black with #9E9B8E
Text Example
Text Example
White with #9E9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9B8E; }
p { color: rgb(158,155,142); }
H1.HeaderClassName
{
color: #9E9B8E;
}
.AnyTagClassName
{
color: #9E9B8E;
}
</style>
background-color css
<style>
a { background-color: #9E9B8E; }
a { background-color: rgb(158,155,142); }
div.DivClassName
{
background-color: #9E9B8E;
}
.BgClassName
{
background-color: #9E9B8E;
}
</style>
border-color css
<style>
span { border-color: #9E9B8E; }
span { border-color: rgb(158,155,142); }
td.TdClassName
{
border-color: #9E9B8E;
}
.TagClassName
{
border-color: #9E9B8E;
}
</style>