Shades of Rusty Nail #88602C
Tints of Rusty Nail #88602C
RGB
CMYK
RGB Variations
Color information
#88602C (or 0x88602C) is known color: Rusty Nail. HEX triplet: 88, 60 and 2C. RGB value is (136,96,44). Sum of RGB (Red+Green+Blue) = 136+96+44=276 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.28% from 276); Green value is 96 (37.89% from 255 or 34.78% from 276); Blue value is 44 (17.58% from 255 or 15.94% from 276); Max value from RGB is 136 - color contains mainly: red. Hex color #88602C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88602C is #779FD3. Grayscale: #666666. Windows color (decimal): -7839700 or 2908296. OLE color: 2908296.
HSL color Cylindrical-coordinate representation of color #88602C: hue angle of 33.91º 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 #88602C is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 44 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.47 |
| HSL | 33.91º | 0.51% | 0.35% | - |
| HSV(B) | 33.91º | 0.68% | 0.53% | - |
| XYZ | 14.79 | 13.78 | 4.26 | - |
| YUV | 102.03 | 95.25 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 44 | 0 | 0.29 | 0.68 | 0.47 | 33.91 | 0.51 | 0.35 |
| Hex | 88 | 60 | 2C | 0 | 1D | 44 | 2F | 22 | 33 | 23 |
| Octal | 210 | 140 | 54 | 0 | 35 | 104 | 57 | 42 | 63 | 43 |
| Binary | 10001000 | 1100000 | 101100 | 0 | 11101 | 1000100 | 101111 | 100010 | 110011 | 100011 |
Color Harmonies of #88602C
Complementary color
Monochromatic Colors of #88602C
Black with #88602C
Text Example
Text Example
White with #88602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88602C; }
p { color: rgb(136,96,44); }
H1.HeaderClassName
{
color: #88602C;
}
.AnyTagClassName
{
color: #88602C;
}
</style>
background-color css
<style>
a { background-color: #88602C; }
a { background-color: rgb(136,96,44); }
div.DivClassName
{
background-color: #88602C;
}
.BgClassName
{
background-color: #88602C;
}
</style>
border-color css
<style>
span { border-color: #88602C; }
span { border-color: rgb(136,96,44); }
td.TdClassName
{
border-color: #88602C;
}
.TagClassName
{
border-color: #88602C;
}
</style>