Shades of Rusty Nail #88602E
Tints of Rusty Nail #88602E
RGB
CMYK
RGB Variations
Color information
#88602E (or 0x88602E) is known color: Rusty Nail. HEX triplet: 88, 60 and 2E. RGB value is (136,96,46). Sum of RGB (Red+Green+Blue) = 136+96+46=278 (36% of max value = 765). Red value is 136 (53.52% from 255 or 48.92% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 136 - color contains mainly: red. Hex color #88602E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88602E is #779FD1. Grayscale: #666666. Windows color (decimal): -7839698 or 3039368. OLE color: 3039368.
HSL color Cylindrical-coordinate representation of color #88602E: hue angle of 33.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #88602E is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 96 | 46 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.47 |
| HSL | 33.33º | 0.49% | 0.36% | - |
| HSV(B) | 33.33º | 0.66% | 0.53% | - |
| XYZ | 14.83 | 13.8 | 4.47 | - |
| YUV | 102.26 | 96.25 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 46 | 0 | 0.29 | 0.66 | 0.47 | 33.33 | 0.49 | 0.36 |
| Hex | 88 | 60 | 2E | 0 | 1D | 42 | 2F | 21 | 31 | 24 |
| Octal | 210 | 140 | 56 | 0 | 35 | 102 | 57 | 41 | 61 | 44 |
| Binary | 10001000 | 1100000 | 101110 | 0 | 11101 | 1000010 | 101111 | 100001 | 110001 | 100100 |
Color Harmonies of #88602E
Complementary color
Monochromatic Colors of #88602E
Black with #88602E
Text Example
Text Example
White with #88602E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88602E; }
p { color: rgb(136,96,46); }
H1.HeaderClassName
{
color: #88602E;
}
.AnyTagClassName
{
color: #88602E;
}
</style>
background-color css
<style>
a { background-color: #88602E; }
a { background-color: rgb(136,96,46); }
div.DivClassName
{
background-color: #88602E;
}
.BgClassName
{
background-color: #88602E;
}
</style>
border-color css
<style>
span { border-color: #88602E; }
span { border-color: rgb(136,96,46); }
td.TdClassName
{
border-color: #88602E;
}
.TagClassName
{
border-color: #88602E;
}
</style>