Shades of Rusty Nail #8F622C
Tints of Rusty Nail #8F622C
RGB
CMYK
RGB Variations
Color information
#8F622C (or 0x8F622C) is known color: Rusty Nail. HEX triplet: 8F, 62 and 2C. RGB value is (143,98,44). Sum of RGB (Red+Green+Blue) = 143+98+44=285 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.18% from 285); Green value is 98 (38.67% from 255 or 34.39% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 143 - color contains mainly: red. Hex color #8F622C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F622C is #709DD3. Grayscale: #696969. Windows color (decimal): -7380436 or 2908815. OLE color: 2908815.
HSL color Cylindrical-coordinate representation of color #8F622C: hue angle of 32.73º degrees, saturation: 0.53, 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 #8F622C is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 98 | 44 | - |
| CMYK | 0 | 0.31 | 0.69 | 0.44 |
| HSL | 32.73º | 0.53% | 0.37% | - |
| HSV(B) | 32.73º | 0.69% | 0.56% | - |
| XYZ | 16.15 | 14.76 | 4.38 | - |
| YUV | 105.3 | 93.41 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 98 | 44 | 0 | 0.31 | 0.69 | 0.44 | 32.73 | 0.53 | 0.37 |
| Hex | 8F | 62 | 2C | 0 | 1F | 45 | 2C | 21 | 35 | 25 |
| Octal | 217 | 142 | 54 | 0 | 37 | 105 | 54 | 41 | 65 | 45 |
| Binary | 10001111 | 1100010 | 101100 | 0 | 11111 | 1000101 | 101100 | 100001 | 110101 | 100101 |
Color Harmonies of #8F622C
Complementary color
Monochromatic Colors of #8F622C
Black with #8F622C
Text Example
Text Example
White with #8F622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F622C; }
p { color: rgb(143,98,44); }
H1.HeaderClassName
{
color: #8F622C;
}
.AnyTagClassName
{
color: #8F622C;
}
</style>
background-color css
<style>
a { background-color: #8F622C; }
a { background-color: rgb(143,98,44); }
div.DivClassName
{
background-color: #8F622C;
}
.BgClassName
{
background-color: #8F622C;
}
</style>
border-color css
<style>
span { border-color: #8F622C; }
span { border-color: rgb(143,98,44); }
td.TdClassName
{
border-color: #8F622C;
}
.TagClassName
{
border-color: #8F622C;
}
</style>