Shades of Dawn #999891
Tints of Dawn #999891
RGB
CMYK
RGB Variations
Color information
#999891 (or 0x999891) is known color: Dawn. HEX triplet: 99, 98 and 91. RGB value is (153,152,145). Sum of RGB (Red+Green+Blue) = 153+152+145=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 152 (59.77% from 255 or 33.78% from 450); Blue value is 145 (57.03% from 255 or 32.22% from 450); Max value from RGB is 153 - color contains mainly: red. Hex color #999891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999891 is #66676E. Grayscale: #979797. Windows color (decimal): -6711151 or 9541785. OLE color: 9541785.
HSL color Cylindrical-coordinate representation of color #999891: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #999891 is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 152 | 145 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.4 |
| HSL | 52.5º | 0.04% | 0.58% | - |
| HSV(B) | 52.5º | 0.05% | 0.6% | - |
| XYZ | 29.48 | 31.27 | 31.27 | - |
| YUV | 151.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 152 | 145 | 0 | 0.01 | 0.05 | 0.4 | 52.5 | 0.04 | 0.58 |
| Hex | 99 | 98 | 91 | 0 | 1 | 5 | 28 | 34 | 4 | 3A |
| Octal | 231 | 230 | 221 | 0 | 1 | 5 | 50 | 64 | 4 | 72 |
| Binary | 10011001 | 10011000 | 10010001 | 0 | 1 | 101 | 101000 | 110100 | 100 | 111010 |
Color Harmonies of #999891
Complementary color
Monochromatic Colors of #999891
Black with #999891
Text Example
Text Example
White with #999891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999891; }
p { color: rgb(153,152,145); }
H1.HeaderClassName
{
color: #999891;
}
.AnyTagClassName
{
color: #999891;
}
</style>
background-color css
<style>
a { background-color: #999891; }
a { background-color: rgb(153,152,145); }
div.DivClassName
{
background-color: #999891;
}
.BgClassName
{
background-color: #999891;
}
</style>
border-color css
<style>
span { border-color: #999891; }
span { border-color: rgb(153,152,145); }
td.TdClassName
{
border-color: #999891;
}
.TagClassName
{
border-color: #999891;
}
</style>