Shades of Rusty Nail #915B2E
Tints of Rusty Nail #915B2E
RGB
CMYK
RGB Variations
Color information
#915B2E (or 0x915B2E) is known color: Rusty Nail. HEX triplet: 91, 5B and 2E. RGB value is (145,91,46). Sum of RGB (Red+Green+Blue) = 145+91+46=282 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.42% from 282); Green value is 91 (35.94% from 255 or 32.27% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 145 - color contains mainly: red. Hex color #915B2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #915B2E is #6EA4D1. Grayscale: #666666. Windows color (decimal): -7251154 or 3038097. OLE color: 3038097.
HSL color Cylindrical-coordinate representation of color #915B2E: hue angle of 27.27º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #915B2E is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 91 | 46 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.43 |
| HSL | 27.27º | 0.52% | 0.37% | - |
| HSV(B) | 27.27º | 0.68% | 0.57% | - |
| XYZ | 15.91 | 13.7 | 4.39 | - |
| YUV | 102.02 | 96.39 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 91 | 46 | 0 | 0.37 | 0.68 | 0.43 | 27.27 | 0.52 | 0.37 |
| Hex | 91 | 5B | 2E | 0 | 25 | 44 | 2B | 1B | 34 | 25 |
| Octal | 221 | 133 | 56 | 0 | 45 | 104 | 53 | 33 | 64 | 45 |
| Binary | 10010001 | 1011011 | 101110 | 0 | 100101 | 1000100 | 101011 | 11011 | 110100 | 100101 |
Color Harmonies of #915B2E
Complementary color
Monochromatic Colors of #915B2E
Black with #915B2E
Text Example
Text Example
White with #915B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915B2E; }
p { color: rgb(145,91,46); }
H1.HeaderClassName
{
color: #915B2E;
}
.AnyTagClassName
{
color: #915B2E;
}
</style>
background-color css
<style>
a { background-color: #915B2E; }
a { background-color: rgb(145,91,46); }
div.DivClassName
{
background-color: #915B2E;
}
.BgClassName
{
background-color: #915B2E;
}
</style>
border-color css
<style>
span { border-color: #915B2E; }
span { border-color: rgb(145,91,46); }
td.TdClassName
{
border-color: #915B2E;
}
.TagClassName
{
border-color: #915B2E;
}
</style>