Shades of Dawn #9F9C89
Tints of Dawn #9F9C89
RGB
CMYK
RGB Variations
Color information
#9F9C89 (or 0x9F9C89) is known color: Dawn. HEX triplet: 9F, 9C and 89. RGB value is (159,156,137). Sum of RGB (Red+Green+Blue) = 159+156+137=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 137 (53.91% from 255 or 30.31% from 452); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C89 is #606376. Grayscale: #9A9A9A. Windows color (decimal): -6316919 or 9018527. OLE color: 9018527.
HSL color Cylindrical-coordinate representation of color #9F9C89: hue angle of 51.82º degrees, saturation: 0.1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9C89 is Cyan = 0, Magento = 0.02, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 156 | 137 | - |
| CMYK | 0 | 0.02 | 0.14 | 0.38 |
| HSL | 51.82º | 0.1% | 0.58% | - |
| HSV(B) | 51.82º | 0.14% | 0.62% | - |
| XYZ | 30.7 | 32.95 | 28.41 | - |
| YUV | 154.73 | 117.99 | 131.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 156 | 137 | 0 | 0.02 | 0.14 | 0.38 | 51.82 | 0.1 | 0.58 |
| Hex | 9F | 9C | 89 | 0 | 2 | E | 26 | 34 | A | 3A |
| Octal | 237 | 234 | 211 | 0 | 2 | 16 | 46 | 64 | 12 | 72 |
| Binary | 10011111 | 10011100 | 10001001 | 0 | 10 | 1110 | 100110 | 110100 | 1010 | 111010 |
Color Harmonies of #9F9C89
Complementary color
Monochromatic Colors of #9F9C89
Black with #9F9C89
Text Example
Text Example
White with #9F9C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C89; }
p { color: rgb(159,156,137); }
H1.HeaderClassName
{
color: #9F9C89;
}
.AnyTagClassName
{
color: #9F9C89;
}
</style>
background-color css
<style>
a { background-color: #9F9C89; }
a { background-color: rgb(159,156,137); }
div.DivClassName
{
background-color: #9F9C89;
}
.BgClassName
{
background-color: #9F9C89;
}
</style>
border-color css
<style>
span { border-color: #9F9C89; }
span { border-color: rgb(159,156,137); }
td.TdClassName
{
border-color: #9F9C89;
}
.TagClassName
{
border-color: #9F9C89;
}
</style>