Shades of Rusty Nail #94672C
Tints of Rusty Nail #94672C
RGB
CMYK
RGB Variations
Color information
#94672C (or 0x94672C) is known color: Rusty Nail. HEX triplet: 94, 67 and 2C. RGB value is (148,103,44). Sum of RGB (Red+Green+Blue) = 148+103+44=295 (39% of max value = 765). Red value is 148 (58.20% from 255 or 50.17% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 148 - color contains mainly: red. Hex color #94672C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #94672C is #6B98D3. Grayscale: #6E6E6E. Windows color (decimal): -7051476 or 2910100. OLE color: 2910100.
HSL color Cylindrical-coordinate representation of color #94672C: hue angle of 34.04º 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 #94672C is Cyan = 0, Magento = 0.30, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 103 | 44 | - |
| CMYK | 0 | 0.30 | 0.70 | 0.42 |
| HSL | 34.04º | 0.54% | 0.38% | - |
| HSV(B) | 34.04º | 0.7% | 0.58% | - |
| XYZ | 17.52 | 16.18 | 4.58 | - |
| YUV | 109.73 | 90.91 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 103 | 44 | 0 | 0.30 | 0.70 | 0.42 | 34.04 | 0.54 | 0.38 |
| Hex | 94 | 67 | 2C | 0 | 1E | 46 | 2A | 22 | 36 | 26 |
| Octal | 224 | 147 | 54 | 0 | 36 | 106 | 52 | 42 | 66 | 46 |
| Binary | 10010100 | 1100111 | 101100 | 0 | 11110 | 1000110 | 101010 | 100010 | 110110 | 100110 |
Color Harmonies of #94672C
Complementary color
Monochromatic Colors of #94672C
Black with #94672C
Text Example
Text Example
White with #94672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94672C; }
p { color: rgb(148,103,44); }
H1.HeaderClassName
{
color: #94672C;
}
.AnyTagClassName
{
color: #94672C;
}
</style>
background-color css
<style>
a { background-color: #94672C; }
a { background-color: rgb(148,103,44); }
div.DivClassName
{
background-color: #94672C;
}
.BgClassName
{
background-color: #94672C;
}
</style>
border-color css
<style>
span { border-color: #94672C; }
span { border-color: rgb(148,103,44); }
td.TdClassName
{
border-color: #94672C;
}
.TagClassName
{
border-color: #94672C;
}
</style>