Shades of Dawn #9B998E
Tints of Dawn #9B998E
RGB
CMYK
RGB Variations
Color information
#9B998E (or 0x9B998E) is known color: Dawn. HEX triplet: 9B, 99 and 8E. RGB value is (155,153,142). Sum of RGB (Red+Green+Blue) = 155+153+142=450 (59% of max value = 765). Red value is 155 (60.94% from 255 or 34.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 155 - color contains mainly: red. Hex color #9B998E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B998E is #646671. Grayscale: #989898. Windows color (decimal): -6579826 or 9345435. OLE color: 9345435.
HSL color Cylindrical-coordinate representation of color #9B998E: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9B998E is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 142 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.39 |
| HSL | 50.77º | 0.06% | 0.58% | - |
| HSV(B) | 50.77º | 0.08% | 0.61% | - |
| XYZ | 29.79 | 31.7 | 30.14 | - |
| YUV | 152.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 142 | 0 | 0.01 | 0.08 | 0.39 | 50.77 | 0.06 | 0.58 |
| Hex | 9B | 99 | 8E | 0 | 1 | 8 | 27 | 33 | 6 | 3A |
| Octal | 233 | 231 | 216 | 0 | 1 | 10 | 47 | 63 | 6 | 72 |
| Binary | 10011011 | 10011001 | 10001110 | 0 | 1 | 1000 | 100111 | 110011 | 110 | 111010 |
Color Harmonies of #9B998E
Complementary color
Monochromatic Colors of #9B998E
Black with #9B998E
Text Example
Text Example
White with #9B998E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B998E; }
p { color: rgb(155,153,142); }
H1.HeaderClassName
{
color: #9B998E;
}
.AnyTagClassName
{
color: #9B998E;
}
</style>
background-color css
<style>
a { background-color: #9B998E; }
a { background-color: rgb(155,153,142); }
div.DivClassName
{
background-color: #9B998E;
}
.BgClassName
{
background-color: #9B998E;
}
</style>
border-color css
<style>
span { border-color: #9B998E; }
span { border-color: rgb(155,153,142); }
td.TdClassName
{
border-color: #9B998E;
}
.TagClassName
{
border-color: #9B998E;
}
</style>