Shades of Dawn #96958D
Tints of Dawn #96958D
RGB
CMYK
RGB Variations
Color information
#96958D (or 0x96958D) is known color: Dawn. HEX triplet: 96, 95 and 8D. RGB value is (150,149,141). Sum of RGB (Red+Green+Blue) = 150+149+141=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 149 (58.59% from 255 or 33.86% from 440); Blue value is 141 (55.47% from 255 or 32.05% from 440); Max value from RGB is 150 - color contains mainly: red. Hex color #96958D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96958D is #696A72. Grayscale: #949494. Windows color (decimal): -6908531 or 9278870. OLE color: 9278870.
HSL color Cylindrical-coordinate representation of color #96958D: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96958D is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 149 | 141 | - |
| CMYK | 0 | 0.01 | 0.06 | 0.41 |
| HSL | 53.33º | 0.04% | 0.57% | - |
| HSV(B) | 53.33º | 0.06% | 0.59% | - |
| XYZ | 28.13 | 29.9 | 29.49 | - |
| YUV | 148.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 149 | 141 | 0 | 0.01 | 0.06 | 0.41 | 53.33 | 0.04 | 0.57 |
| Hex | 96 | 95 | 8D | 0 | 1 | 6 | 29 | 35 | 4 | 39 |
| Octal | 226 | 225 | 215 | 0 | 1 | 6 | 51 | 65 | 4 | 71 |
| Binary | 10010110 | 10010101 | 10001101 | 0 | 1 | 110 | 101001 | 110101 | 100 | 111001 |
Color Harmonies of #96958D
Complementary color
Monochromatic Colors of #96958D
Black with #96958D
Text Example
Text Example
White with #96958D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96958D; }
p { color: rgb(150,149,141); }
H1.HeaderClassName
{
color: #96958D;
}
.AnyTagClassName
{
color: #96958D;
}
</style>
background-color css
<style>
a { background-color: #96958D; }
a { background-color: rgb(150,149,141); }
div.DivClassName
{
background-color: #96958D;
}
.BgClassName
{
background-color: #96958D;
}
</style>
border-color css
<style>
span { border-color: #96958D; }
span { border-color: rgb(150,149,141); }
td.TdClassName
{
border-color: #96958D;
}
.TagClassName
{
border-color: #96958D;
}
</style>