Shades of Dawn #9E9C92
Tints of Dawn #9E9C92
RGB
CMYK
RGB Variations
Color information
#9E9C92 (or 0x9E9C92) is known color: Dawn. HEX triplet: 9E, 9C and 92. RGB value is (158,156,146). Sum of RGB (Red+Green+Blue) = 158+156+146=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 156 (61.33% from 255 or 33.91% from 460); Blue value is 146 (57.42% from 255 or 31.74% from 460); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9C92 is #61636D. Grayscale: #9B9B9B. Windows color (decimal): -6382446 or 9608350. OLE color: 9608350.
HSL color Cylindrical-coordinate representation of color #9E9C92: hue angle of 50º 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 #9E9C92 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 156 | 146 | - |
CMYK | 0 | 0.01 | 0.08 | 0.38 |
HSL | 50º | 0.06% | 0.6% | - |
HSV(B) | 50º | 0.08% | 0.62% | - |
XYZ | 31.18 | 33.12 | 31.94 | - |
YUV | 155.46 | 122.66 | 129.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 156 | 146 | 0 | 0.01 | 0.08 | 0.38 | 50 | 0.06 | 0.6 |
Hex | 9E | 9C | 92 | 0 | 1 | 8 | 26 | 32 | 6 | 3C |
Octal | 236 | 234 | 222 | 0 | 1 | 10 | 46 | 62 | 6 | 74 |
Binary | 10011110 | 10011100 | 10010010 | 0 | 1 | 1000 | 100110 | 110010 | 110 | 111100 |
Color Harmonies of #9E9C92
Complementary color
Monochromatic Colors of #9E9C92
Black with #9E9C92
Text Example
Text Example
White with #9E9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9C92; }
p { color: rgb(158,156,146); }
H1.HeaderClassName
{
color: #9E9C92;
}
.AnyTagClassName
{
color: #9E9C92;
}
</style>
background-color css
<style>
a { background-color: #9E9C92; }
a { background-color: rgb(158,156,146); }
div.DivClassName
{
background-color: #9E9C92;
}
.BgClassName
{
background-color: #9E9C92;
}
</style>
border-color css
<style>
span { border-color: #9E9C92; }
span { border-color: rgb(158,156,146); }
td.TdClassName
{
border-color: #9E9C92;
}
.TagClassName
{
border-color: #9E9C92;
}
</style>