Shades of Rusty Nail #8F672D
Tints of Rusty Nail #8F672D
RGB
CMYK
RGB Variations
Color information
#8F672D (or 0x8F672D) is known color: Rusty Nail. HEX triplet: 8F, 67 and 2D. RGB value is (143,103,45). Sum of RGB (Red+Green+Blue) = 143+103+45=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 103 (40.62% from 255 or 35.40% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F672D is #7098D2. Grayscale: #6C6C6C. Windows color (decimal): -7379155 or 2975631. OLE color: 2975631.
HSL color Cylindrical-coordinate representation of color #8F672D: hue angle of 35.51º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8F672D is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 103 | 45 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.44 |
| HSL | 35.51º | 0.52% | 0.37% | - |
| HSV(B) | 35.51º | 0.69% | 0.56% | - |
| XYZ | 16.65 | 15.73 | 4.64 | - |
| YUV | 108.35 | 92.25 | 152.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 103 | 45 | 0 | 0.28 | 0.69 | 0.44 | 35.51 | 0.52 | 0.37 |
| Hex | 8F | 67 | 2D | 0 | 1C | 45 | 2C | 24 | 34 | 25 |
| Octal | 217 | 147 | 55 | 0 | 34 | 105 | 54 | 44 | 64 | 45 |
| Binary | 10001111 | 1100111 | 101101 | 0 | 11100 | 1000101 | 101100 | 100100 | 110100 | 100101 |
Color Harmonies of #8F672D
Complementary color
Monochromatic Colors of #8F672D
Black with #8F672D
Text Example
Text Example
White with #8F672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F672D; }
p { color: rgb(143,103,45); }
H1.HeaderClassName
{
color: #8F672D;
}
.AnyTagClassName
{
color: #8F672D;
}
</style>
background-color css
<style>
a { background-color: #8F672D; }
a { background-color: rgb(143,103,45); }
div.DivClassName
{
background-color: #8F672D;
}
.BgClassName
{
background-color: #8F672D;
}
</style>
border-color css
<style>
span { border-color: #8F672D; }
span { border-color: rgb(143,103,45); }
td.TdClassName
{
border-color: #8F672D;
}
.TagClassName
{
border-color: #8F672D;
}
</style>