Shades of Dawn #97958A
Tints of Dawn #97958A
RGB
CMYK
RGB Variations
Color information
#97958A (or 0x97958A) is known color: Dawn. HEX triplet: 97, 95 and 8A. RGB value is (151,149,138). Sum of RGB (Red+Green+Blue) = 151+149+138=438 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.47% from 438); Green value is 149 (58.59% from 255 or 34.02% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 151 - color contains mainly: red. Hex color #97958A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #97958A is #686A75. Grayscale: #949494. Windows color (decimal): -6842998 or 9082263. OLE color: 9082263.
HSL color Cylindrical-coordinate representation of color #97958A: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #97958A is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 149 | 138 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.41 |
| HSL | 50.77º | 0.06% | 0.57% | - |
| HSV(B) | 50.77º | 0.09% | 0.59% | - |
| XYZ | 28.1 | 29.91 | 28.34 | - |
| YUV | 148.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 149 | 138 | 0 | 0.01 | 0.09 | 0.41 | 50.77 | 0.06 | 0.57 |
| Hex | 97 | 95 | 8A | 0 | 1 | 9 | 29 | 33 | 6 | 39 |
| Octal | 227 | 225 | 212 | 0 | 1 | 11 | 51 | 63 | 6 | 71 |
| Binary | 10010111 | 10010101 | 10001010 | 0 | 1 | 1001 | 101001 | 110011 | 110 | 111001 |
Color Harmonies of #97958A
Complementary color
Monochromatic Colors of #97958A
Black with #97958A
Text Example
Text Example
White with #97958A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97958A; }
p { color: rgb(151,149,138); }
H1.HeaderClassName
{
color: #97958A;
}
.AnyTagClassName
{
color: #97958A;
}
</style>
background-color css
<style>
a { background-color: #97958A; }
a { background-color: rgb(151,149,138); }
div.DivClassName
{
background-color: #97958A;
}
.BgClassName
{
background-color: #97958A;
}
</style>
border-color css
<style>
span { border-color: #97958A; }
span { border-color: rgb(151,149,138); }
td.TdClassName
{
border-color: #97958A;
}
.TagClassName
{
border-color: #97958A;
}
</style>