Shades of Rusty Nail #88652D
Tints of Rusty Nail #88652D
RGB
CMYK
RGB Variations
Color information
#88652D (or 0x88652D) is known color: Rusty Nail. HEX triplet: 88, 65 and 2D. RGB value is (136,101,45). Sum of RGB (Red+Green+Blue) = 136+101+45=282 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.23% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 136 - color contains mainly: red. Hex color #88652D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88652D is #779AD2. Grayscale: #696969. Windows color (decimal): -7838419 or 2975112. OLE color: 2975112.
HSL color Cylindrical-coordinate representation of color #88652D: hue angle of 36.92º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #88652D is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 45 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.47 |
| HSL | 36.92º | 0.5% | 0.35% | - |
| HSV(B) | 36.92º | 0.67% | 0.53% | - |
| XYZ | 15.28 | 14.73 | 4.52 | - |
| YUV | 105.08 | 94.1 | 150.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 45 | 0 | 0.26 | 0.67 | 0.47 | 36.92 | 0.5 | 0.35 |
| Hex | 88 | 65 | 2D | 0 | 1A | 43 | 2F | 25 | 32 | 23 |
| Octal | 210 | 145 | 55 | 0 | 32 | 103 | 57 | 45 | 62 | 43 |
| Binary | 10001000 | 1100101 | 101101 | 0 | 11010 | 1000011 | 101111 | 100101 | 110010 | 100011 |
Color Harmonies of #88652D
Complementary color
Monochromatic Colors of #88652D
Black with #88652D
Text Example
Text Example
White with #88652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88652D; }
p { color: rgb(136,101,45); }
H1.HeaderClassName
{
color: #88652D;
}
.AnyTagClassName
{
color: #88652D;
}
</style>
background-color css
<style>
a { background-color: #88652D; }
a { background-color: rgb(136,101,45); }
div.DivClassName
{
background-color: #88652D;
}
.BgClassName
{
background-color: #88652D;
}
</style>
border-color css
<style>
span { border-color: #88652D; }
span { border-color: rgb(136,101,45); }
td.TdClassName
{
border-color: #88652D;
}
.TagClassName
{
border-color: #88652D;
}
</style>