Shades of Dawn #9B9988
Tints of Dawn #9B9988
RGB
CMYK
RGB Variations
Color information
#9B9988 (or 0x9B9988) is known color: Dawn. HEX triplet: 9B, 99 and 88. RGB value is (155,153,136). Sum of RGB (Red+Green+Blue) = 155+153+136=444 (58% of max value = 765). Red value is 155 (60.94% from 255 or 34.91% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9988 is #646677. Grayscale: #979797. Windows color (decimal): -6579832 or 8952219. OLE color: 8952219.
HSL color Cylindrical-coordinate representation of color #9B9988: hue angle of 53.68º 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 #9B9988 is Cyan = 0, Magento = 0.01, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 153 | 136 | - |
| CMYK | 0 | 0.01 | 0.12 | 0.39 |
| HSL | 53.68º | 0.09% | 0.57% | - |
| HSV(B) | 53.68º | 0.12% | 0.61% | - |
| XYZ | 29.35 | 31.53 | 27.83 | - |
| YUV | 151.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 153 | 136 | 0 | 0.01 | 0.12 | 0.39 | 53.68 | 0.09 | 0.57 |
| Hex | 9B | 99 | 88 | 0 | 1 | C | 27 | 36 | 9 | 39 |
| Octal | 233 | 231 | 210 | 0 | 1 | 14 | 47 | 66 | 11 | 71 |
| Binary | 10011011 | 10011001 | 10001000 | 0 | 1 | 1100 | 100111 | 110110 | 1001 | 111001 |
Color Harmonies of #9B9988
Complementary color
Monochromatic Colors of #9B9988
Black with #9B9988
Text Example
Text Example
White with #9B9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9988; }
p { color: rgb(155,153,136); }
H1.HeaderClassName
{
color: #9B9988;
}
.AnyTagClassName
{
color: #9B9988;
}
</style>
background-color css
<style>
a { background-color: #9B9988; }
a { background-color: rgb(155,153,136); }
div.DivClassName
{
background-color: #9B9988;
}
.BgClassName
{
background-color: #9B9988;
}
</style>
border-color css
<style>
span { border-color: #9B9988; }
span { border-color: rgb(155,153,136); }
td.TdClassName
{
border-color: #9B9988;
}
.TagClassName
{
border-color: #9B9988;
}
</style>