Shades of Dawn #9C9B90
Tints of Dawn #9C9B90
RGB
CMYK
RGB Variations
Color information
#9C9B90 (or 0x9C9B90) is known color: Dawn. HEX triplet: 9C, 9B and 90. RGB value is (156,155,144). Sum of RGB (Red+Green+Blue) = 156+155+144=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9B90 is #63646F. Grayscale: #9A9A9A. Windows color (decimal): -6513776 or 9477020. OLE color: 9477020.
HSL color Cylindrical-coordinate representation of color #9C9B90: hue angle of 55º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #9C9B90 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 155 | 144 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.39 |
| HSL | 55º | 0.06% | 0.59% | - |
| HSV(B) | 55º | 0.08% | 0.61% | - |
| XYZ | 30.47 | 32.52 | 31.06 | - |
| YUV | 154.05 | 122.33 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 155 | 144 | 0 | 0.01 | 0.08 | 0.39 | 55 | 0.06 | 0.59 |
| Hex | 9C | 9B | 90 | 0 | 1 | 8 | 27 | 37 | 6 | 3B |
| Octal | 234 | 233 | 220 | 0 | 1 | 10 | 47 | 67 | 6 | 73 |
| Binary | 10011100 | 10011011 | 10010000 | 0 | 1 | 1000 | 100111 | 110111 | 110 | 111011 |
Color Harmonies of #9C9B90
Complementary color
Monochromatic Colors of #9C9B90
Black with #9C9B90
Text Example
Text Example
White with #9C9B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9B90; }
p { color: rgb(156,155,144); }
H1.HeaderClassName
{
color: #9C9B90;
}
.AnyTagClassName
{
color: #9C9B90;
}
</style>
background-color css
<style>
a { background-color: #9C9B90; }
a { background-color: rgb(156,155,144); }
div.DivClassName
{
background-color: #9C9B90;
}
.BgClassName
{
background-color: #9C9B90;
}
</style>
border-color css
<style>
span { border-color: #9C9B90; }
span { border-color: rgb(156,155,144); }
td.TdClassName
{
border-color: #9C9B90;
}
.TagClassName
{
border-color: #9C9B90;
}
</style>