Shades of Dawn #9B9990
Tints of Dawn #9B9990
RGB
CMYK
RGB Variations
Color information
#9B9990 (or 0x9B9990) is known color: Dawn. HEX triplet: 9B, 99 and 90. RGB value is (155,153,144). Sum of RGB (Red+Green+Blue) = 155+153+144=452 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.29% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 144 (56.64% from 255 or 31.86% from 452); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9990 is #64666F. Grayscale: #989898. Windows color (decimal): -6579824 or 9476507. OLE color: 9476507.
HSL color Cylindrical-coordinate representation of color #9B9990: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #9B9990 is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 144 | - |
| CMYK | 0 | 0.01 | 0.07 | 0.39 |
| HSL | 49.09º | 0.05% | 0.59% | - |
| HSV(B) | 49.09º | 0.07% | 0.61% | - |
| XYZ | 29.94 | 31.76 | 30.94 | - |
| YUV | 152.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 144 | 0 | 0.01 | 0.07 | 0.39 | 49.09 | 0.05 | 0.59 |
| Hex | 9B | 99 | 90 | 0 | 1 | 7 | 27 | 31 | 5 | 3B |
| Octal | 233 | 231 | 220 | 0 | 1 | 7 | 47 | 61 | 5 | 73 |
| Binary | 10011011 | 10011001 | 10010000 | 0 | 1 | 111 | 100111 | 110001 | 101 | 111011 |
Color Harmonies of #9B9990
Complementary color
Monochromatic Colors of #9B9990
Black with #9B9990
Text Example
Text Example
White with #9B9990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9990; }
p { color: rgb(155,153,144); }
H1.HeaderClassName
{
color: #9B9990;
}
.AnyTagClassName
{
color: #9B9990;
}
</style>
background-color css
<style>
a { background-color: #9B9990; }
a { background-color: rgb(155,153,144); }
div.DivClassName
{
background-color: #9B9990;
}
.BgClassName
{
background-color: #9B9990;
}
</style>
border-color css
<style>
span { border-color: #9B9990; }
span { border-color: rgb(155,153,144); }
td.TdClassName
{
border-color: #9B9990;
}
.TagClassName
{
border-color: #9B9990;
}
</style>