Shades of Copper Rust #935648
Tints of Copper Rust #935648
RGB
CMYK
RGB Variations
Color information
#935648 (or 0x935648) is known color: Copper Rust. HEX triplet: 93, 56 and 48. RGB value is (147,86,72). Sum of RGB (Red+Green+Blue) = 147+86+72=305 (40% of max value = 765). Red value is 147 (57.81% from 255 or 48.20% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 147 - color contains mainly: red. Hex color #935648 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #935648 is #6CA9B7. Grayscale: #666666. Windows color (decimal): -7121336 or 4740755. OLE color: 4740755.
HSL color Cylindrical-coordinate representation of color #935648: hue angle of 11.2º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #935648 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 72 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.42 |
| HSL | 11.2º | 0.34% | 0.43% | - |
| HSV(B) | 11.2º | 0.51% | 0.58% | - |
| XYZ | 16.53 | 13.33 | 7.83 | - |
| YUV | 102.64 | 110.71 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 72 | 0 | 0.41 | 0.51 | 0.42 | 11.2 | 0.34 | 0.43 |
| Hex | 93 | 56 | 48 | 0 | 29 | 33 | 2A | B | 22 | 2B |
| Octal | 223 | 126 | 110 | 0 | 51 | 63 | 52 | 13 | 42 | 53 |
| Binary | 10010011 | 1010110 | 1001000 | 0 | 101001 | 110011 | 101010 | 1011 | 100010 | 101011 |
Color Harmonies of #935648
Complementary color
Monochromatic Colors of #935648
Black with #935648
Text Example
Text Example
White with #935648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935648; }
p { color: rgb(147,86,72); }
H1.HeaderClassName
{
color: #935648;
}
.AnyTagClassName
{
color: #935648;
}
</style>
background-color css
<style>
a { background-color: #935648; }
a { background-color: rgb(147,86,72); }
div.DivClassName
{
background-color: #935648;
}
.BgClassName
{
background-color: #935648;
}
</style>
border-color css
<style>
span { border-color: #935648; }
span { border-color: rgb(147,86,72); }
td.TdClassName
{
border-color: #935648;
}
.TagClassName
{
border-color: #935648;
}
</style>