Shades of Dawn #98968B
Tints of Dawn #98968B
RGB
CMYK
RGB Variations
Color information
#98968B (or 0x98968B) is known color: Dawn. HEX triplet: 98, 96 and 8B. RGB value is (152,150,139). Sum of RGB (Red+Green+Blue) = 152+150+139=441 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.47% from 441); Green value is 150 (58.98% from 255 or 34.01% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 152 - color contains mainly: red. Hex color #98968B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #98968B is #676974. Grayscale: #959595. Windows color (decimal): -6777205 or 9148056. OLE color: 9148056.
HSL color Cylindrical-coordinate representation of color #98968B: hue angle of 50.77º degrees, saturation: 0.06, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #98968B is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 150 | 139 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.40 |
| HSL | 50.77º | 0.06% | 0.57% | - |
| HSV(B) | 50.77º | 0.09% | 0.6% | - |
| XYZ | 28.52 | 30.35 | 28.78 | - |
| YUV | 149.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 150 | 139 | 0 | 0.01 | 0.09 | 0.40 | 50.77 | 0.06 | 0.57 |
| Hex | 98 | 96 | 8B | 0 | 1 | 9 | 28 | 33 | 6 | 39 |
| Octal | 230 | 226 | 213 | 0 | 1 | 11 | 50 | 63 | 6 | 71 |
| Binary | 10011000 | 10010110 | 10001011 | 0 | 1 | 1001 | 101000 | 110011 | 110 | 111001 |
Color Harmonies of #98968B
Complementary color
Monochromatic Colors of #98968B
Black with #98968B
Text Example
Text Example
White with #98968B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98968B; }
p { color: rgb(152,150,139); }
H1.HeaderClassName
{
color: #98968B;
}
.AnyTagClassName
{
color: #98968B;
}
</style>
background-color css
<style>
a { background-color: #98968B; }
a { background-color: rgb(152,150,139); }
div.DivClassName
{
background-color: #98968B;
}
.BgClassName
{
background-color: #98968B;
}
</style>
border-color css
<style>
span { border-color: #98968B; }
span { border-color: rgb(152,150,139); }
td.TdClassName
{
border-color: #98968B;
}
.TagClassName
{
border-color: #98968B;
}
</style>