Shades of Rusty Nail #8D682F
Tints of Rusty Nail #8D682F
RGB
CMYK
RGB Variations
Color information
#8D682F (or 0x8D682F) is known color: Rusty Nail. HEX triplet: 8D, 68 and 2F. RGB value is (141,104,47). Sum of RGB (Red+Green+Blue) = 141+104+47=292 (38% of max value = 765). Red value is 141 (55.47% from 255 or 48.29% from 292); Green value is 104 (41.02% from 255 or 35.62% from 292); Blue value is 47 (18.75% from 255 or 16.10% from 292); Max value from RGB is 141 - color contains mainly: red. Hex color #8D682F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D682F is #7297D0. Grayscale: #6C6C6C. Windows color (decimal): -7509969 or 3106957. OLE color: 3106957.
HSL color Cylindrical-coordinate representation of color #8D682F: hue angle of 36.38º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8D682F is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 104 | 47 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.45 |
| HSL | 36.38º | 0.5% | 0.37% | - |
| HSV(B) | 36.38º | 0.67% | 0.55% | - |
| XYZ | 16.45 | 15.77 | 4.87 | - |
| YUV | 108.57 | 93.26 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 104 | 47 | 0 | 0.26 | 0.67 | 0.45 | 36.38 | 0.5 | 0.37 |
| Hex | 8D | 68 | 2F | 0 | 1A | 43 | 2D | 24 | 32 | 25 |
| Octal | 215 | 150 | 57 | 0 | 32 | 103 | 55 | 44 | 62 | 45 |
| Binary | 10001101 | 1101000 | 101111 | 0 | 11010 | 1000011 | 101101 | 100100 | 110010 | 100101 |
Color Harmonies of #8D682F
Complementary color
Monochromatic Colors of #8D682F
Black with #8D682F
Text Example
Text Example
White with #8D682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D682F; }
p { color: rgb(141,104,47); }
H1.HeaderClassName
{
color: #8D682F;
}
.AnyTagClassName
{
color: #8D682F;
}
</style>
background-color css
<style>
a { background-color: #8D682F; }
a { background-color: rgb(141,104,47); }
div.DivClassName
{
background-color: #8D682F;
}
.BgClassName
{
background-color: #8D682F;
}
</style>
border-color css
<style>
span { border-color: #8D682F; }
span { border-color: rgb(141,104,47); }
td.TdClassName
{
border-color: #8D682F;
}
.TagClassName
{
border-color: #8D682F;
}
</style>