Shades of Rusty Nail #8C672F
Tints of Rusty Nail #8C672F
RGB
CMYK
RGB Variations
Color information
#8C672F (or 0x8C672F) is known color: Rusty Nail. HEX triplet: 8C, 67 and 2F. RGB value is (140,103,47). Sum of RGB (Red+Green+Blue) = 140+103+47=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 103 (40.62% from 255 or 35.52% from 290); Blue value is 47 (18.75% from 255 or 16.21% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C672F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C672F is #7398D0. Grayscale: #6B6B6B. Windows color (decimal): -7575761 or 3106700. OLE color: 3106700.
HSL color Cylindrical-coordinate representation of color #8C672F: hue angle of 36.13º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C672F is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 47 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.45 |
| HSL | 36.13º | 0.5% | 0.37% | - |
| HSV(B) | 36.13º | 0.66% | 0.55% | - |
| XYZ | 16.18 | 15.48 | 4.82 | - |
| YUV | 107.68 | 93.76 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 47 | 0 | 0.26 | 0.66 | 0.45 | 36.13 | 0.5 | 0.37 |
| Hex | 8C | 67 | 2F | 0 | 1A | 42 | 2D | 24 | 32 | 25 |
| Octal | 214 | 147 | 57 | 0 | 32 | 102 | 55 | 44 | 62 | 45 |
| Binary | 10001100 | 1100111 | 101111 | 0 | 11010 | 1000010 | 101101 | 100100 | 110010 | 100101 |
Color Harmonies of #8C672F
Complementary color
Monochromatic Colors of #8C672F
Black with #8C672F
Text Example
Text Example
White with #8C672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C672F; }
p { color: rgb(140,103,47); }
H1.HeaderClassName
{
color: #8C672F;
}
.AnyTagClassName
{
color: #8C672F;
}
</style>
background-color css
<style>
a { background-color: #8C672F; }
a { background-color: rgb(140,103,47); }
div.DivClassName
{
background-color: #8C672F;
}
.BgClassName
{
background-color: #8C672F;
}
</style>
border-color css
<style>
span { border-color: #8C672F; }
span { border-color: rgb(140,103,47); }
td.TdClassName
{
border-color: #8C672F;
}
.TagClassName
{
border-color: #8C672F;
}
</style>