Shades of Dawn #9F9E8F
Tints of Dawn #9F9E8F
RGB
CMYK
RGB Variations
Color information
#9F9E8F (or 0x9F9E8F) is known color: Dawn. HEX triplet: 9F, 9E and 8F. RGB value is (159,158,143). Sum of RGB (Red+Green+Blue) = 159+158+143=460 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.57% from 460); Green value is 158 (62.11% from 255 or 34.35% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9E8F is #606170. Grayscale: #9C9C9C. Windows color (decimal): -6316401 or 9412255. OLE color: 9412255.
HSL color Cylindrical-coordinate representation of color #9F9E8F: hue angle of 56.25º 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 #9F9E8F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 158 | 143 | - |
CMYK | 0 | 0.01 | 0.10 | 0.38 |
HSL | 56.25º | 0.08% | 0.59% | - |
HSV(B) | 56.25º | 0.1% | 0.62% | - |
XYZ | 31.48 | 33.81 | 30.85 | - |
YUV | 156.59 | 120.33 | 129.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 158 | 143 | 0 | 0.01 | 0.10 | 0.38 | 56.25 | 0.08 | 0.59 |
Hex | 9F | 9E | 8F | 0 | 1 | A | 26 | 38 | 8 | 3B |
Octal | 237 | 236 | 217 | 0 | 1 | 12 | 46 | 70 | 10 | 73 |
Binary | 10011111 | 10011110 | 10001111 | 0 | 1 | 1010 | 100110 | 111000 | 1000 | 111011 |
Color Harmonies of #9F9E8F
Complementary color
Monochromatic Colors of #9F9E8F
Black with #9F9E8F
Text Example
Text Example
White with #9F9E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9E8F; }
p { color: rgb(159,158,143); }
H1.HeaderClassName
{
color: #9F9E8F;
}
.AnyTagClassName
{
color: #9F9E8F;
}
</style>
background-color css
<style>
a { background-color: #9F9E8F; }
a { background-color: rgb(159,158,143); }
div.DivClassName
{
background-color: #9F9E8F;
}
.BgClassName
{
background-color: #9F9E8F;
}
</style>
border-color css
<style>
span { border-color: #9F9E8F; }
span { border-color: rgb(159,158,143); }
td.TdClassName
{
border-color: #9F9E8F;
}
.TagClassName
{
border-color: #9F9E8F;
}
</style>