Shades of Dawn #9C9A8B
Tints of Dawn #9C9A8B
RGB
CMYK
RGB Variations
Color information
#9C9A8B (or 0x9C9A8B) is known color: Dawn. HEX triplet: 9C, 9A and 8B. RGB value is (156,154,139). Sum of RGB (Red+Green+Blue) = 156+154+139=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 154 (60.55% from 255 or 34.30% from 449); Blue value is 139 (54.69% from 255 or 30.96% from 449); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9A8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C9A8B is #636574. Grayscale: #989898. Windows color (decimal): -6514037 or 9149084. OLE color: 9149084.
HSL color Cylindrical-coordinate representation of color #9C9A8B: hue angle of 52.94º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9C9A8B is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 154 | 139 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.39 |
| HSL | 52.94º | 0.08% | 0.58% | - |
| HSV(B) | 52.94º | 0.11% | 0.61% | - |
| XYZ | 29.93 | 32.04 | 29.03 | - |
| YUV | 152.89 | 120.16 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 154 | 139 | 0 | 0.01 | 0.11 | 0.39 | 52.94 | 0.08 | 0.58 |
| Hex | 9C | 9A | 8B | 0 | 1 | B | 27 | 35 | 8 | 3A |
| Octal | 234 | 232 | 213 | 0 | 1 | 13 | 47 | 65 | 10 | 72 |
| Binary | 10011100 | 10011010 | 10001011 | 0 | 1 | 1011 | 100111 | 110101 | 1000 | 111010 |
Color Harmonies of #9C9A8B
Complementary color
Monochromatic Colors of #9C9A8B
Black with #9C9A8B
Text Example
Text Example
White with #9C9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9A8B; }
p { color: rgb(156,154,139); }
H1.HeaderClassName
{
color: #9C9A8B;
}
.AnyTagClassName
{
color: #9C9A8B;
}
</style>
background-color css
<style>
a { background-color: #9C9A8B; }
a { background-color: rgb(156,154,139); }
div.DivClassName
{
background-color: #9C9A8B;
}
.BgClassName
{
background-color: #9C9A8B;
}
</style>
border-color css
<style>
span { border-color: #9C9A8B; }
span { border-color: rgb(156,154,139); }
td.TdClassName
{
border-color: #9C9A8B;
}
.TagClassName
{
border-color: #9C9A8B;
}
</style>