Shades of Rusty Nail #8C672B
Tints of Rusty Nail #8C672B
RGB
CMYK
RGB Variations
Color information
#8C672B (or 0x8C672B) is known color: Rusty Nail. HEX triplet: 8C, 67 and 2B. RGB value is (140,103,43). Sum of RGB (Red+Green+Blue) = 140+103+43=286 (37% of max value = 765). Red value is 140 (55.08% from 255 or 48.95% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 140 - color contains mainly: red. Hex color #8C672B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C672B is #7398D4. Grayscale: #6B6B6B. Windows color (decimal): -7575765 or 2844556. OLE color: 2844556.
HSL color Cylindrical-coordinate representation of color #8C672B: hue angle of 37.11º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8C672B is Cyan = 0, Magento = 0.26, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 103 | 43 | - |
| CMYK | 0 | 0.26 | 0.69 | 0.45 |
| HSL | 37.11º | 0.53% | 0.36% | - |
| HSV(B) | 37.11º | 0.69% | 0.55% | - |
| XYZ | 16.1 | 15.45 | 4.42 | - |
| YUV | 107.22 | 91.76 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 103 | 43 | 0 | 0.26 | 0.69 | 0.45 | 37.11 | 0.53 | 0.36 |
| Hex | 8C | 67 | 2B | 0 | 1A | 45 | 2D | 25 | 35 | 24 |
| Octal | 214 | 147 | 53 | 0 | 32 | 105 | 55 | 45 | 65 | 44 |
| Binary | 10001100 | 1100111 | 101011 | 0 | 11010 | 1000101 | 101101 | 100101 | 110101 | 100100 |
Color Harmonies of #8C672B
Complementary color
Monochromatic Colors of #8C672B
Black with #8C672B
Text Example
Text Example
White with #8C672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C672B; }
p { color: rgb(140,103,43); }
H1.HeaderClassName
{
color: #8C672B;
}
.AnyTagClassName
{
color: #8C672B;
}
</style>
background-color css
<style>
a { background-color: #8C672B; }
a { background-color: rgb(140,103,43); }
div.DivClassName
{
background-color: #8C672B;
}
.BgClassName
{
background-color: #8C672B;
}
</style>
border-color css
<style>
span { border-color: #8C672B; }
span { border-color: rgb(140,103,43); }
td.TdClassName
{
border-color: #8C672B;
}
.TagClassName
{
border-color: #8C672B;
}
</style>