Shades of Rusty Nail #88652B
Tints of Rusty Nail #88652B
RGB
CMYK
RGB Variations
Color information
#88652B (or 0x88652B) is known color: Rusty Nail. HEX triplet: 88, 65 and 2B. RGB value is (136,101,43). Sum of RGB (Red+Green+Blue) = 136+101+43=280 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.57% from 280); Green value is 101 (39.84% from 255 or 36.07% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 136 - color contains mainly: red. Hex color #88652B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88652B is #779AD4. Grayscale: #696969. Windows color (decimal): -7838421 or 2844040. OLE color: 2844040.
HSL color Cylindrical-coordinate representation of color #88652B: hue angle of 37.42º degrees, saturation: 0.52, 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 #88652B is Cyan = 0, Magento = 0.26, Yellow = 0.68 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 101 | 43 | - |
| CMYK | 0 | 0.26 | 0.68 | 0.47 |
| HSL | 37.42º | 0.52% | 0.35% | - |
| HSV(B) | 37.42º | 0.68% | 0.53% | - |
| XYZ | 15.24 | 14.72 | 4.32 | - |
| YUV | 104.85 | 93.1 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 43 | 0 | 0.26 | 0.68 | 0.47 | 37.42 | 0.52 | 0.35 |
| Hex | 88 | 65 | 2B | 0 | 1A | 44 | 2F | 25 | 34 | 23 |
| Octal | 210 | 145 | 53 | 0 | 32 | 104 | 57 | 45 | 64 | 43 |
| Binary | 10001000 | 1100101 | 101011 | 0 | 11010 | 1000100 | 101111 | 100101 | 110100 | 100011 |
Color Harmonies of #88652B
Complementary color
Monochromatic Colors of #88652B
Black with #88652B
Text Example
Text Example
White with #88652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88652B; }
p { color: rgb(136,101,43); }
H1.HeaderClassName
{
color: #88652B;
}
.AnyTagClassName
{
color: #88652B;
}
</style>
background-color css
<style>
a { background-color: #88652B; }
a { background-color: rgb(136,101,43); }
div.DivClassName
{
background-color: #88652B;
}
.BgClassName
{
background-color: #88652B;
}
</style>
border-color css
<style>
span { border-color: #88652B; }
span { border-color: rgb(136,101,43); }
td.TdClassName
{
border-color: #88652B;
}
.TagClassName
{
border-color: #88652B;
}
</style>