Shades of Rusty Nail #98642E
Tints of Rusty Nail #98642E
RGB
CMYK
RGB Variations
Color information
#98642E (or 0x98642E) is known color: Rusty Nail. HEX triplet: 98, 64 and 2E. RGB value is (152,100,46). Sum of RGB (Red+Green+Blue) = 152+100+46=298 (39% of max value = 765). Red value is 152 (59.77% from 255 or 51.01% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 152 - color contains mainly: red. Hex color #98642E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98642E is #679BD1. Grayscale: #6D6D6D. Windows color (decimal): -6790098 or 3040408. OLE color: 3040408.
HSL color Cylindrical-coordinate representation of color #98642E: hue angle of 30.57º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98642E is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 100 | 46 | - |
| CMYK | 0 | 0.34 | 0.70 | 0.40 |
| HSL | 30.57º | 0.54% | 0.39% | - |
| HSV(B) | 30.57º | 0.7% | 0.6% | - |
| XYZ | 18 | 15.99 | 4.72 | - |
| YUV | 109.39 | 92.23 | 158.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 100 | 46 | 0 | 0.34 | 0.70 | 0.40 | 30.57 | 0.54 | 0.39 |
| Hex | 98 | 64 | 2E | 0 | 22 | 46 | 28 | 1F | 36 | 27 |
| Octal | 230 | 144 | 56 | 0 | 42 | 106 | 50 | 37 | 66 | 47 |
| Binary | 10011000 | 1100100 | 101110 | 0 | 100010 | 1000110 | 101000 | 11111 | 110110 | 100111 |
Color Harmonies of #98642E
Complementary color
Monochromatic Colors of #98642E
Black with #98642E
Text Example
Text Example
White with #98642E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98642E; }
p { color: rgb(152,100,46); }
H1.HeaderClassName
{
color: #98642E;
}
.AnyTagClassName
{
color: #98642E;
}
</style>
background-color css
<style>
a { background-color: #98642E; }
a { background-color: rgb(152,100,46); }
div.DivClassName
{
background-color: #98642E;
}
.BgClassName
{
background-color: #98642E;
}
</style>
border-color css
<style>
span { border-color: #98642E; }
span { border-color: rgb(152,100,46); }
td.TdClassName
{
border-color: #98642E;
}
.TagClassName
{
border-color: #98642E;
}
</style>