Shades of Rusty Nail #8F662D
Tints of Rusty Nail #8F662D
RGB
CMYK
RGB Variations
Color information
#8F662D (or 0x8F662D) is known color: Rusty Nail. HEX triplet: 8F, 66 and 2D. RGB value is (143,102,45). Sum of RGB (Red+Green+Blue) = 143+102+45=290 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.31% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 143 - color contains mainly: red. Hex color #8F662D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F662D is #7099D2. Grayscale: #6C6C6C. Windows color (decimal): -7379411 or 2975375. OLE color: 2975375.
HSL color Cylindrical-coordinate representation of color #8F662D: hue angle of 34.9º 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 #8F662D is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 102 | 45 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.44 |
| HSL | 34.9º | 0.52% | 0.37% | - |
| HSV(B) | 34.9º | 0.69% | 0.56% | - |
| XYZ | 16.55 | 15.53 | 4.61 | - |
| YUV | 107.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 102 | 45 | 0 | 0.29 | 0.69 | 0.44 | 34.9 | 0.52 | 0.37 |
| Hex | 8F | 66 | 2D | 0 | 1D | 45 | 2C | 23 | 34 | 25 |
| Octal | 217 | 146 | 55 | 0 | 35 | 105 | 54 | 43 | 64 | 45 |
| Binary | 10001111 | 1100110 | 101101 | 0 | 11101 | 1000101 | 101100 | 100011 | 110100 | 100101 |
Color Harmonies of #8F662D
Complementary color
Monochromatic Colors of #8F662D
Black with #8F662D
Text Example
Text Example
White with #8F662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F662D; }
p { color: rgb(143,102,45); }
H1.HeaderClassName
{
color: #8F662D;
}
.AnyTagClassName
{
color: #8F662D;
}
</style>
background-color css
<style>
a { background-color: #8F662D; }
a { background-color: rgb(143,102,45); }
div.DivClassName
{
background-color: #8F662D;
}
.BgClassName
{
background-color: #8F662D;
}
</style>
border-color css
<style>
span { border-color: #8F662D; }
span { border-color: rgb(143,102,45); }
td.TdClassName
{
border-color: #8F662D;
}
.TagClassName
{
border-color: #8F662D;
}
</style>