Shades of Rusty Nail #8F642C
Tints of Rusty Nail #8F642C
RGB
CMYK
RGB Variations
Color information
#8F642C (or 0x8F642C) is known color: Rusty Nail. HEX triplet: 8F, 64 and 2C. RGB value is (143,100,44). Sum of RGB (Red+Green+Blue) = 143+100+44=287 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.83% from 287); Green value is 100 (39.45% from 255 or 34.84% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 143 - color contains mainly: red. Hex color #8F642C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F642C is #709BD3. Grayscale: #6A6A6A. Windows color (decimal): -7379924 or 2909327. OLE color: 2909327.
HSL color Cylindrical-coordinate representation of color #8F642C: hue angle of 33.94º 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 #8F642C is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 100 | 44 | - |
| CMYK | 0 | 0.30 | 0.69 | 0.44 |
| HSL | 33.94º | 0.53% | 0.37% | - |
| HSV(B) | 33.94º | 0.69% | 0.56% | - |
| XYZ | 16.34 | 15.14 | 4.44 | - |
| YUV | 106.47 | 92.75 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 44 | 0 | 0.30 | 0.69 | 0.44 | 33.94 | 0.53 | 0.37 |
| Hex | 8F | 64 | 2C | 0 | 1E | 45 | 2C | 22 | 35 | 25 |
| Octal | 217 | 144 | 54 | 0 | 36 | 105 | 54 | 42 | 65 | 45 |
| Binary | 10001111 | 1100100 | 101100 | 0 | 11110 | 1000101 | 101100 | 100010 | 110101 | 100101 |
Color Harmonies of #8F642C
Complementary color
Monochromatic Colors of #8F642C
Black with #8F642C
Text Example
Text Example
White with #8F642C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F642C; }
p { color: rgb(143,100,44); }
H1.HeaderClassName
{
color: #8F642C;
}
.AnyTagClassName
{
color: #8F642C;
}
</style>
background-color css
<style>
a { background-color: #8F642C; }
a { background-color: rgb(143,100,44); }
div.DivClassName
{
background-color: #8F642C;
}
.BgClassName
{
background-color: #8F642C;
}
</style>
border-color css
<style>
span { border-color: #8F642C; }
span { border-color: rgb(143,100,44); }
td.TdClassName
{
border-color: #8F642C;
}
.TagClassName
{
border-color: #8F642C;
}
</style>