Shades of Dawn #94938C
Tints of Dawn #94938C
RGB
CMYK
RGB Variations
Color information
#94938C (or 0x94938C) is known color: Dawn. HEX triplet: 94, 93 and 8C. RGB value is (148,147,140). Sum of RGB (Red+Green+Blue) = 148+147+140=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 140 (55.08% from 255 or 32.18% from 435); Max value from RGB is 148 - color contains mainly: red. Hex color #94938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #94938C is #6B6C73. Grayscale: #929292. Windows color (decimal): -7040116 or 9212820. OLE color: 9212820.
HSL color Cylindrical-coordinate representation of color #94938C: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #94938C is Cyan = 0, Magento = 0.01, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 147 | 140 | - |
| CMYK | 0 | 0.01 | 0.05 | 0.42 |
| HSL | 52.5º | 0.04% | 0.56% | - |
| HSV(B) | 52.5º | 0.05% | 0.58% | - |
| XYZ | 27.38 | 29.06 | 28.98 | - |
| YUV | 146.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 147 | 140 | 0 | 0.01 | 0.05 | 0.42 | 52.5 | 0.04 | 0.56 |
| Hex | 94 | 93 | 8C | 0 | 1 | 5 | 2A | 34 | 4 | 38 |
| Octal | 224 | 223 | 214 | 0 | 1 | 5 | 52 | 64 | 4 | 70 |
| Binary | 10010100 | 10010011 | 10001100 | 0 | 1 | 101 | 101010 | 110100 | 100 | 111000 |
Color Harmonies of #94938C
Complementary color
Monochromatic Colors of #94938C
Black with #94938C
Text Example
Text Example
White with #94938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94938C; }
p { color: rgb(148,147,140); }
H1.HeaderClassName
{
color: #94938C;
}
.AnyTagClassName
{
color: #94938C;
}
</style>
background-color css
<style>
a { background-color: #94938C; }
a { background-color: rgb(148,147,140); }
div.DivClassName
{
background-color: #94938C;
}
.BgClassName
{
background-color: #94938C;
}
</style>
border-color css
<style>
span { border-color: #94938C; }
span { border-color: rgb(148,147,140); }
td.TdClassName
{
border-color: #94938C;
}
.TagClassName
{
border-color: #94938C;
}
</style>