Shades of Rusty Nail #8F672B
Tints of Rusty Nail #8F672B
RGB
CMYK
RGB Variations
Color information
#8F672B (or 0x8F672B) is known color: Rusty Nail. HEX triplet: 8F, 67 and 2B. RGB value is (143,103,43). Sum of RGB (Red+Green+Blue) = 143+103+43=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 103 (40.62% from 255 or 35.64% from 289); Blue value is 43 (17.19% from 255 or 14.88% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F672B is #7098D4. Grayscale: #6C6C6C. Windows color (decimal): -7379157 or 2844559. OLE color: 2844559.
HSL color Cylindrical-coordinate representation of color #8F672B: hue angle of 36º degrees, saturation: 0.54, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8F672B is Cyan = 0, Magento = 0.28, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 43 | - |
| CMYK | 0 | 0.28 | 0.70 | 0.44 |
| HSL | 36º | 0.54% | 0.36% | - |
| HSV(B) | 36º | 0.7% | 0.56% | - |
| XYZ | 16.61 | 15.71 | 4.44 | - |
| YUV | 108.12 | 91.25 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 43 | 0 | 0.28 | 0.70 | 0.44 | 36 | 0.54 | 0.36 |
| Hex | 8F | 67 | 2B | 0 | 1C | 46 | 2C | 24 | 36 | 24 |
| Octal | 217 | 147 | 53 | 0 | 34 | 106 | 54 | 44 | 66 | 44 |
| Binary | 10001111 | 1100111 | 101011 | 0 | 11100 | 1000110 | 101100 | 100100 | 110110 | 100100 |
Color Harmonies of #8F672B
Complementary color
Monochromatic Colors of #8F672B
Black with #8F672B
Text Example
Text Example
White with #8F672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F672B; }
p { color: rgb(143,103,43); }
H1.HeaderClassName
{
color: #8F672B;
}
.AnyTagClassName
{
color: #8F672B;
}
</style>
background-color css
<style>
a { background-color: #8F672B; }
a { background-color: rgb(143,103,43); }
div.DivClassName
{
background-color: #8F672B;
}
.BgClassName
{
background-color: #8F672B;
}
</style>
border-color css
<style>
span { border-color: #8F672B; }
span { border-color: rgb(143,103,43); }
td.TdClassName
{
border-color: #8F672B;
}
.TagClassName
{
border-color: #8F672B;
}
</style>