Shades of Rusty Nail #88612C
Tints of Rusty Nail #88612C
RGB
CMYK
RGB Variations
Color information
#88612C (or 0x88612C) is known color: Rusty Nail. HEX triplet: 88, 61 and 2C. RGB value is (136,97,44). Sum of RGB (Red+Green+Blue) = 136+97+44=277 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.10% from 277); Green value is 97 (38.28% from 255 or 35.02% from 277); Blue value is 44 (17.58% from 255 or 15.88% from 277); Max value from RGB is 136 - color contains mainly: red. Hex color #88612C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88612C is #779ED3. Grayscale: #666666. Windows color (decimal): -7839444 or 2908552. OLE color: 2908552.
HSL color Cylindrical-coordinate representation of color #88612C: hue angle of 34.57º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #88612C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 44 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.47 |
| HSL | 34.57º | 0.51% | 0.35% | - |
| HSV(B) | 34.57º | 0.68% | 0.53% | - |
| XYZ | 14.88 | 13.97 | 4.29 | - |
| YUV | 102.62 | 94.92 | 151.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 44 | 0 | 0.29 | 0.68 | 0.47 | 34.57 | 0.51 | 0.35 |
| Hex | 88 | 61 | 2C | 0 | 1D | 44 | 2F | 23 | 33 | 23 |
| Octal | 210 | 141 | 54 | 0 | 35 | 104 | 57 | 43 | 63 | 43 |
| Binary | 10001000 | 1100001 | 101100 | 0 | 11101 | 1000100 | 101111 | 100011 | 110011 | 100011 |
Color Harmonies of #88612C
Complementary color
Monochromatic Colors of #88612C
Black with #88612C
Text Example
Text Example
White with #88612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88612C; }
p { color: rgb(136,97,44); }
H1.HeaderClassName
{
color: #88612C;
}
.AnyTagClassName
{
color: #88612C;
}
</style>
background-color css
<style>
a { background-color: #88612C; }
a { background-color: rgb(136,97,44); }
div.DivClassName
{
background-color: #88612C;
}
.BgClassName
{
background-color: #88612C;
}
</style>
border-color css
<style>
span { border-color: #88612C; }
span { border-color: rgb(136,97,44); }
td.TdClassName
{
border-color: #88612C;
}
.TagClassName
{
border-color: #88612C;
}
</style>