Shades of Rusty Nail #876630
Tints of Rusty Nail #876630
RGB
CMYK
RGB Variations
Color information
#876630 (or 0x876630) is known color: Rusty Nail. HEX triplet: 87, 66 and 30. RGB value is (135,102,48). Sum of RGB (Red+Green+Blue) = 135+102+48=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #876630 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #876630 is #7899CF. Grayscale: #696969. Windows color (decimal): -7903696 or 3171975. OLE color: 3171975.
HSL color Cylindrical-coordinate representation of color #876630: hue angle of 37.24º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #876630 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 48 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.47 |
| HSL | 37.24º | 0.48% | 0.36% | - |
| HSV(B) | 37.24º | 0.64% | 0.53% | - |
| XYZ | 15.28 | 14.87 | 4.86 | - |
| YUV | 105.71 | 95.43 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 48 | 0 | 0.24 | 0.64 | 0.47 | 37.24 | 0.48 | 0.36 |
| Hex | 87 | 66 | 30 | 0 | 18 | 40 | 2F | 25 | 30 | 24 |
| Octal | 207 | 146 | 60 | 0 | 30 | 100 | 57 | 45 | 60 | 44 |
| Binary | 10000111 | 1100110 | 110000 | 0 | 11000 | 1000000 | 101111 | 100101 | 110000 | 100100 |
Color Harmonies of #876630
Complementary color
Monochromatic Colors of #876630
Black with #876630
Text Example
Text Example
White with #876630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876630; }
p { color: rgb(135,102,48); }
H1.HeaderClassName
{
color: #876630;
}
.AnyTagClassName
{
color: #876630;
}
</style>
background-color css
<style>
a { background-color: #876630; }
a { background-color: rgb(135,102,48); }
div.DivClassName
{
background-color: #876630;
}
.BgClassName
{
background-color: #876630;
}
</style>
border-color css
<style>
span { border-color: #876630; }
span { border-color: rgb(135,102,48); }
td.TdClassName
{
border-color: #876630;
}
.TagClassName
{
border-color: #876630;
}
</style>