Shades of Rusty Nail #88652E
Tints of Rusty Nail #88652E
RGB
CMYK
RGB Variations
Color information
#88652E (or 0x88652E) is known color: Rusty Nail. HEX triplet: 88, 65 and 2E. RGB value is (136,101,46). Sum of RGB (Red+Green+Blue) = 136+101+46=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #88652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88652E is #779AD1. Grayscale: #696969. Windows color (decimal): -7838418 or 3040648. OLE color: 3040648.
HSL color Cylindrical-coordinate representation of color #88652E: hue angle of 36.67º 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 #88652E is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 46 | - |
| CMYK | 0 | 0.26 | 0.66 | 0.47 |
| HSL | 36.67º | 0.49% | 0.36% | - |
| HSV(B) | 36.67º | 0.66% | 0.53% | - |
| XYZ | 15.3 | 14.74 | 4.62 | - |
| YUV | 105.2 | 94.6 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 46 | 0 | 0.26 | 0.66 | 0.47 | 36.67 | 0.49 | 0.36 |
| Hex | 88 | 65 | 2E | 0 | 1A | 42 | 2F | 25 | 31 | 24 |
| Octal | 210 | 145 | 56 | 0 | 32 | 102 | 57 | 45 | 61 | 44 |
| Binary | 10001000 | 1100101 | 101110 | 0 | 11010 | 1000010 | 101111 | 100101 | 110001 | 100100 |
Color Harmonies of #88652E
Complementary color
Monochromatic Colors of #88652E
Black with #88652E
Text Example
Text Example
White with #88652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88652E; }
p { color: rgb(136,101,46); }
H1.HeaderClassName
{
color: #88652E;
}
.AnyTagClassName
{
color: #88652E;
}
</style>
background-color css
<style>
a { background-color: #88652E; }
a { background-color: rgb(136,101,46); }
div.DivClassName
{
background-color: #88652E;
}
.BgClassName
{
background-color: #88652E;
}
</style>
border-color css
<style>
span { border-color: #88652E; }
span { border-color: rgb(136,101,46); }
td.TdClassName
{
border-color: #88652E;
}
.TagClassName
{
border-color: #88652E;
}
</style>