Shades of Dawn #9B9A96
Tints of Dawn #9B9A96
RGB
CMYK
RGB Variations
Color information
#9B9A96 (or 0x9B9A96) is known color: Dawn. HEX triplet: 9B, 9A and 96. RGB value is (155,154,150). Sum of RGB (Red+Green+Blue) = 155+154+150=459 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.77% from 459); Green value is 154 (60.55% from 255 or 33.55% from 459); Blue value is 150 (58.98% from 255 or 32.68% from 459); Max value from RGB is 155 - color contains mainly: red. Hex color #9B9A96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B9A96 is #646569. Grayscale: #999999. Windows color (decimal): -6579562 or 9869979. OLE color: 9869979.
HSL color Cylindrical-coordinate representation of color #9B9A96: hue angle of 48º degrees, saturation: 0.02, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #9B9A96 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 154 | 150 | - |
| CMYK | 0 | 0.01 | 0.03 | 0.39 |
| HSL | 48º | 0.02% | 0.6% | - |
| HSV(B) | 48º | 0.03% | 0.61% | - |
| XYZ | 30.58 | 32.28 | 33.47 | - |
| YUV | 153.84 | 125.83 | 128.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 154 | 150 | 0 | 0.01 | 0.03 | 0.39 | 48 | 0.02 | 0.6 |
| Hex | 9B | 9A | 96 | 0 | 1 | 3 | 27 | 30 | 2 | 3C |
| Octal | 233 | 232 | 226 | 0 | 1 | 3 | 47 | 60 | 2 | 74 |
| Binary | 10011011 | 10011010 | 10010110 | 0 | 1 | 11 | 100111 | 110000 | 10 | 111100 |
Color Harmonies of #9B9A96
Complementary color
Monochromatic Colors of #9B9A96
Black with #9B9A96
Text Example
Text Example
White with #9B9A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B9A96; }
p { color: rgb(155,154,150); }
H1.HeaderClassName
{
color: #9B9A96;
}
.AnyTagClassName
{
color: #9B9A96;
}
</style>
background-color css
<style>
a { background-color: #9B9A96; }
a { background-color: rgb(155,154,150); }
div.DivClassName
{
background-color: #9B9A96;
}
.BgClassName
{
background-color: #9B9A96;
}
</style>
border-color css
<style>
span { border-color: #9B9A96; }
span { border-color: rgb(155,154,150); }
td.TdClassName
{
border-color: #9B9A96;
}
.TagClassName
{
border-color: #9B9A96;
}
</style>