Shades of Rusty Nail #95652E
Tints of Rusty Nail #95652E
RGB
CMYK
RGB Variations
Color information
#95652E (or 0x95652E) is known color: Rusty Nail. HEX triplet: 95, 65 and 2E. RGB value is (149,101,46). Sum of RGB (Red+Green+Blue) = 149+101+46=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 101 (39.84% from 255 or 34.12% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #95652E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95652E is #6A9AD1. Grayscale: #6D6D6D. Windows color (decimal): -6986450 or 3040661. OLE color: 3040661.
HSL color Cylindrical-coordinate representation of color #95652E: hue angle of 32.04º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #95652E is Cyan = 0, Magento = 0.32, Yellow = 0.69 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 101 | 46 | - |
| CMYK | 0 | 0.32 | 0.69 | 0.42 |
| HSL | 32.04º | 0.53% | 0.38% | - |
| HSV(B) | 32.04º | 0.69% | 0.58% | - |
| XYZ | 17.54 | 15.89 | 4.73 | - |
| YUV | 109.08 | 92.4 | 156.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 101 | 46 | 0 | 0.32 | 0.69 | 0.42 | 32.04 | 0.53 | 0.38 |
| Hex | 95 | 65 | 2E | 0 | 20 | 45 | 2A | 20 | 35 | 26 |
| Octal | 225 | 145 | 56 | 0 | 40 | 105 | 52 | 40 | 65 | 46 |
| Binary | 10010101 | 1100101 | 101110 | 0 | 100000 | 1000101 | 101010 | 100000 | 110101 | 100110 |
Color Harmonies of #95652E
Complementary color
Monochromatic Colors of #95652E
Black with #95652E
Text Example
Text Example
White with #95652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95652E; }
p { color: rgb(149,101,46); }
H1.HeaderClassName
{
color: #95652E;
}
.AnyTagClassName
{
color: #95652E;
}
</style>
background-color css
<style>
a { background-color: #95652E; }
a { background-color: rgb(149,101,46); }
div.DivClassName
{
background-color: #95652E;
}
.BgClassName
{
background-color: #95652E;
}
</style>
border-color css
<style>
span { border-color: #95652E; }
span { border-color: rgb(149,101,46); }
td.TdClassName
{
border-color: #95652E;
}
.TagClassName
{
border-color: #95652E;
}
</style>