Shades of Rusty Nail #8F6729
Tints of Rusty Nail #8F6729
RGB
CMYK
RGB Variations
Color information
#8F6729 (or 0x8F6729) is known color: Rusty Nail. HEX triplet: 8F, 67 and 29. RGB value is (143,103,41). Sum of RGB (Red+Green+Blue) = 143+103+41=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 103 (40.62% from 255 or 35.89% from 287); Blue value is 41 (16.41% from 255 or 14.29% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6729 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F6729 is #7098D6. Grayscale: #6C6C6C. Windows color (decimal): -7379159 or 2713487. OLE color: 2713487.
HSL color Cylindrical-coordinate representation of color #8F6729: hue angle of 36.47º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F6729 is Cyan = 0, Magento = 0.28, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 41 | - |
| CMYK | 0 | 0.28 | 0.71 | 0.44 |
| HSL | 36.47º | 0.55% | 0.36% | - |
| HSV(B) | 36.47º | 0.71% | 0.56% | - |
| XYZ | 16.58 | 15.7 | 4.25 | - |
| YUV | 107.89 | 90.25 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 41 | 0 | 0.28 | 0.71 | 0.44 | 36.47 | 0.55 | 0.36 |
| Hex | 8F | 67 | 29 | 0 | 1C | 47 | 2C | 24 | 37 | 24 |
| Octal | 217 | 147 | 51 | 0 | 34 | 107 | 54 | 44 | 67 | 44 |
| Binary | 10001111 | 1100111 | 101001 | 0 | 11100 | 1000111 | 101100 | 100100 | 110111 | 100100 |
Color Harmonies of #8F6729
Complementary color
Monochromatic Colors of #8F6729
Black with #8F6729
Text Example
Text Example
White with #8F6729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6729; }
p { color: rgb(143,103,41); }
H1.HeaderClassName
{
color: #8F6729;
}
.AnyTagClassName
{
color: #8F6729;
}
</style>
background-color css
<style>
a { background-color: #8F6729; }
a { background-color: rgb(143,103,41); }
div.DivClassName
{
background-color: #8F6729;
}
.BgClassName
{
background-color: #8F6729;
}
</style>
border-color css
<style>
span { border-color: #8F6729; }
span { border-color: rgb(143,103,41); }
td.TdClassName
{
border-color: #8F6729;
}
.TagClassName
{
border-color: #8F6729;
}
</style>