Shades of Rusty Nail #8F672F
Tints of Rusty Nail #8F672F
RGB
CMYK
RGB Variations
Color information
#8F672F (or 0x8F672F) is known color: Rusty Nail. HEX triplet: 8F, 67 and 2F. RGB value is (143,103,47). Sum of RGB (Red+Green+Blue) = 143+103+47=293 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.81% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 143 - color contains mainly: red. Hex color #8F672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F672F is #7098D0. Grayscale: #6C6C6C. Windows color (decimal): -7379153 or 3106703. OLE color: 3106703.
HSL color Cylindrical-coordinate representation of color #8F672F: hue angle of 35º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8F672F is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 47 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.44 |
| HSL | 35º | 0.51% | 0.37% | - |
| HSV(B) | 35º | 0.67% | 0.56% | - |
| XYZ | 16.69 | 15.75 | 4.85 | - |
| YUV | 108.58 | 93.25 | 152.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 47 | 0 | 0.28 | 0.67 | 0.44 | 35 | 0.51 | 0.37 |
| Hex | 8F | 67 | 2F | 0 | 1C | 43 | 2C | 23 | 33 | 25 |
| Octal | 217 | 147 | 57 | 0 | 34 | 103 | 54 | 43 | 63 | 45 |
| Binary | 10001111 | 1100111 | 101111 | 0 | 11100 | 1000011 | 101100 | 100011 | 110011 | 100101 |
Color Harmonies of #8F672F
Complementary color
Monochromatic Colors of #8F672F
Black with #8F672F
Text Example
Text Example
White with #8F672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F672F; }
p { color: rgb(143,103,47); }
H1.HeaderClassName
{
color: #8F672F;
}
.AnyTagClassName
{
color: #8F672F;
}
</style>
background-color css
<style>
a { background-color: #8F672F; }
a { background-color: rgb(143,103,47); }
div.DivClassName
{
background-color: #8F672F;
}
.BgClassName
{
background-color: #8F672F;
}
</style>
border-color css
<style>
span { border-color: #8F672F; }
span { border-color: rgb(143,103,47); }
td.TdClassName
{
border-color: #8F672F;
}
.TagClassName
{
border-color: #8F672F;
}
</style>