Shades of Rusty Nail #95672D
Tints of Rusty Nail #95672D
RGB
CMYK
RGB Variations
Color information
#95672D (or 0x95672D) is known color: Rusty Nail. HEX triplet: 95, 67 and 2D. RGB value is (149,103,45). Sum of RGB (Red+Green+Blue) = 149+103+45=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #95672D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #95672D is #6A98D2. Grayscale: #6E6E6E. Windows color (decimal): -6985939 or 2975637. OLE color: 2975637.
HSL color Cylindrical-coordinate representation of color #95672D: hue angle of 33.46º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95672D is Cyan = 0, Magento = 0.31, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 45 | - |
| CMYK | 0 | 0.31 | 0.70 | 0.42 |
| HSL | 33.46º | 0.54% | 0.38% | - |
| HSV(B) | 33.46º | 0.7% | 0.58% | - |
| XYZ | 17.72 | 16.28 | 4.69 | - |
| YUV | 110.14 | 91.24 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 45 | 0 | 0.31 | 0.70 | 0.42 | 33.46 | 0.54 | 0.38 |
| Hex | 95 | 67 | 2D | 0 | 1F | 46 | 2A | 21 | 36 | 26 |
| Octal | 225 | 147 | 55 | 0 | 37 | 106 | 52 | 41 | 66 | 46 |
| Binary | 10010101 | 1100111 | 101101 | 0 | 11111 | 1000110 | 101010 | 100001 | 110110 | 100110 |
Color Harmonies of #95672D
Complementary color
Monochromatic Colors of #95672D
Black with #95672D
Text Example
Text Example
White with #95672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95672D; }
p { color: rgb(149,103,45); }
H1.HeaderClassName
{
color: #95672D;
}
.AnyTagClassName
{
color: #95672D;
}
</style>
background-color css
<style>
a { background-color: #95672D; }
a { background-color: rgb(149,103,45); }
div.DivClassName
{
background-color: #95672D;
}
.BgClassName
{
background-color: #95672D;
}
</style>
border-color css
<style>
span { border-color: #95672D; }
span { border-color: rgb(149,103,45); }
td.TdClassName
{
border-color: #95672D;
}
.TagClassName
{
border-color: #95672D;
}
</style>