Shades of Dawn #9F9C8F
Tints of Dawn #9F9C8F
RGB
CMYK
RGB Variations
Color information
#9F9C8F (or 0x9F9C8F) is known color: Dawn. HEX triplet: 9F, 9C and 8F. RGB value is (159,156,143). Sum of RGB (Red+Green+Blue) = 159+156+143=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 143 (56.25% from 255 or 31.22% from 458); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9C8F is #606370. Grayscale: #9B9B9B. Windows color (decimal): -6316913 or 9411743. OLE color: 9411743.
HSL color Cylindrical-coordinate representation of color #9F9C8F: 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 #9F9C8F is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
RGB | 159 | 156 | 143 | - |
CMYK | 0 | 0.02 | 0.10 | 0.38 |
HSL | 48.75º | 0.08% | 0.59% | - |
HSV(B) | 48.75º | 0.1% | 0.62% | - |
XYZ | 31.14 | 33.13 | 30.74 | - |
YUV | 155.42 | 120.99 | 130.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 159 | 156 | 143 | 0 | 0.02 | 0.10 | 0.38 | 48.75 | 0.08 | 0.59 |
Hex | 9F | 9C | 8F | 0 | 2 | A | 26 | 31 | 8 | 3B |
Octal | 237 | 234 | 217 | 0 | 2 | 12 | 46 | 61 | 10 | 73 |
Binary | 10011111 | 10011100 | 10001111 | 0 | 10 | 1010 | 100110 | 110001 | 1000 | 111011 |
Color Harmonies of #9F9C8F
Complementary color
Monochromatic Colors of #9F9C8F
Black with #9F9C8F
Text Example
Text Example
White with #9F9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9C8F; }
p { color: rgb(159,156,143); }
H1.HeaderClassName
{
color: #9F9C8F;
}
.AnyTagClassName
{
color: #9F9C8F;
}
</style>
background-color css
<style>
a { background-color: #9F9C8F; }
a { background-color: rgb(159,156,143); }
div.DivClassName
{
background-color: #9F9C8F;
}
.BgClassName
{
background-color: #9F9C8F;
}
</style>
border-color css
<style>
span { border-color: #9F9C8F; }
span { border-color: rgb(159,156,143); }
td.TdClassName
{
border-color: #9F9C8F;
}
.TagClassName
{
border-color: #9F9C8F;
}
</style>