Shades of Dawn #9B9888
Tints of Dawn #9B9888
RGB
CMYK
RGB Variations
Color information
#9B9888 (or 0x9B9888) is known color: Dawn. HEX triplet: 9B, 98 and 88. RGB value is (155,152,136). Sum of RGB (Red+Green+Blue) = 155+152+136=443 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.99% from 443); Green value is 152 (59.77% from 255 or 34.31% from 443); Blue value is 136 (53.52% from 255 or 30.70% from 443); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9888 is #646777. Grayscale: #979797. Windows color (decimal): -6580088 or 8951963. OLE color: 8951963.
HSL color Cylindrical-coordinate representation of color #9B9888: hue angle of 50.53º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9B9888 is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 152 | 136 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.39 |
| HSL | 50.53º | 0.09% | 0.57% | - |
| HSV(B) | 50.53º | 0.12% | 0.61% | - |
| XYZ | 29.19 | 31.2 | 27.78 | - |
| YUV | 151.07 | 119.49 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 152 | 136 | 0 | 0.02 | 0.12 | 0.39 | 50.53 | 0.09 | 0.57 |
| Hex | 9B | 98 | 88 | 0 | 2 | C | 27 | 33 | 9 | 39 |
| Octal | 233 | 230 | 210 | 0 | 2 | 14 | 47 | 63 | 11 | 71 |
| Binary | 10011011 | 10011000 | 10001000 | 0 | 10 | 1100 | 100111 | 110011 | 1001 | 111001 |
Color Harmonies of #9B9888
Complementary color
Monochromatic Colors of #9B9888
Black with #9B9888
Text Example
Text Example
White with #9B9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9888; }
p { color: rgb(155,152,136); }
H1.HeaderClassName
{
color: #9B9888;
}
.AnyTagClassName
{
color: #9B9888;
}
</style>
background-color css
<style>
a { background-color: #9B9888; }
a { background-color: rgb(155,152,136); }
div.DivClassName
{
background-color: #9B9888;
}
.BgClassName
{
background-color: #9B9888;
}
</style>
border-color css
<style>
span { border-color: #9B9888; }
span { border-color: rgb(155,152,136); }
td.TdClassName
{
border-color: #9B9888;
}
.TagClassName
{
border-color: #9B9888;
}
</style>