Shades of Dawn #9F9E8B
Tints of Dawn #9F9E8B
RGB
CMYK
RGB Variations
Color information
#9F9E8B (or 0x9F9E8B) is known color: Dawn. HEX triplet: 9F, 9E and 8B. RGB value is (159,158,139). Sum of RGB (Red+Green+Blue) = 159+158+139=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 158 (62.11% from 255 or 34.65% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E8B is #606174. Grayscale: #9C9C9C. Windows color (decimal): -6316405 or 9150111. OLE color: 9150111.
HSL color Cylindrical-coordinate representation of color #9F9E8B: hue angle of 57º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #9F9E8B is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 158 | 139 | - |
| CMYK | 0 | 0.01 | 0.13 | 0.38 |
| HSL | 57º | 0.09% | 0.58% | - |
| HSV(B) | 57º | 0.13% | 0.62% | - |
| XYZ | 31.19 | 33.69 | 29.29 | - |
| YUV | 156.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 158 | 139 | 0 | 0.01 | 0.13 | 0.38 | 57 | 0.09 | 0.58 |
| Hex | 9F | 9E | 8B | 0 | 1 | D | 26 | 39 | 9 | 3A |
| Octal | 237 | 236 | 213 | 0 | 1 | 15 | 46 | 71 | 11 | 72 |
| Binary | 10011111 | 10011110 | 10001011 | 0 | 1 | 1101 | 100110 | 111001 | 1001 | 111010 |
Color Harmonies of #9F9E8B
Complementary color
Monochromatic Colors of #9F9E8B
Black with #9F9E8B
Text Example
Text Example
White with #9F9E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E8B; }
p { color: rgb(159,158,139); }
H1.HeaderClassName
{
color: #9F9E8B;
}
.AnyTagClassName
{
color: #9F9E8B;
}
</style>
background-color css
<style>
a { background-color: #9F9E8B; }
a { background-color: rgb(159,158,139); }
div.DivClassName
{
background-color: #9F9E8B;
}
.BgClassName
{
background-color: #9F9E8B;
}
</style>
border-color css
<style>
span { border-color: #9F9E8B; }
span { border-color: rgb(159,158,139); }
td.TdClassName
{
border-color: #9F9E8B;
}
.TagClassName
{
border-color: #9F9E8B;
}
</style>