Shades of Dawn #9F9E93
Tints of Dawn #9F9E93
RGB
CMYK
RGB Variations
Color information
#9F9E93 (or 0x9F9E93) is known color: Dawn. HEX triplet: 9F, 9E and 93. RGB value is (159,158,147). Sum of RGB (Red+Green+Blue) = 159+158+147=464 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.27% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E93 is #60616C. Grayscale: #9D9D9D. Windows color (decimal): -6316397 or 9674399. OLE color: 9674399.
HSL color Cylindrical-coordinate representation of color #9F9E93: hue angle of 55º degrees, saturation: 0.06, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9F9E93 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 158 | 147 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.38 |
| HSL | 55º | 0.06% | 0.6% | - |
| HSV(B) | 55º | 0.08% | 0.62% | - |
| XYZ | 31.79 | 33.93 | 32.48 | - |
| YUV | 157.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 147 | 0 | 0.01 | 0.08 | 0.38 | 55 | 0.06 | 0.6 |
| Hex | 9F | 9E | 93 | 0 | 1 | 8 | 26 | 37 | 6 | 3C |
| Octal | 237 | 236 | 223 | 0 | 1 | 10 | 46 | 67 | 6 | 74 |
| Binary | 10011111 | 10011110 | 10010011 | 0 | 1 | 1000 | 100110 | 110111 | 110 | 111100 |
Color Harmonies of #9F9E93
Complementary color
Monochromatic Colors of #9F9E93
Black with #9F9E93
Text Example
Text Example
White with #9F9E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E93; }
p { color: rgb(159,158,147); }
H1.HeaderClassName
{
color: #9F9E93;
}
.AnyTagClassName
{
color: #9F9E93;
}
</style>
background-color css
<style>
a { background-color: #9F9E93; }
a { background-color: rgb(159,158,147); }
div.DivClassName
{
background-color: #9F9E93;
}
.BgClassName
{
background-color: #9F9E93;
}
</style>
border-color css
<style>
span { border-color: #9F9E93; }
span { border-color: rgb(159,158,147); }
td.TdClassName
{
border-color: #9F9E93;
}
.TagClassName
{
border-color: #9F9E93;
}
</style>