Shades of Copper Rust #935654
Tints of Copper Rust #935654
RGB
CMYK
RGB Variations
Color information
#935654 (or 0x935654) is known color: Copper Rust. HEX triplet: 93, 56 and 54. RGB value is (147,86,84). Sum of RGB (Red+Green+Blue) = 147+86+84=317 (41% of max value = 765). Red value is 147 (57.81% from 255 or 46.37% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 147 - color contains mainly: red. Hex color #935654 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935654 is #6CA9AB. Grayscale: #686868. Windows color (decimal): -7121324 or 5527187. OLE color: 5527187.
HSL color Cylindrical-coordinate representation of color #935654: hue angle of 1.9º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #935654 is Cyan = 0, Magento = 0.41, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 84 | - |
| CMYK | 0 | 0.41 | 0.43 | 0.42 |
| HSL | 1.9º | 0.27% | 0.45% | - |
| HSV(B) | 1.9º | 0.43% | 0.58% | - |
| XYZ | 16.96 | 13.5 | 10.1 | - |
| YUV | 104.01 | 116.71 | 158.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 84 | 0 | 0.41 | 0.43 | 0.42 | 1.9 | 0.27 | 0.45 |
| Hex | 93 | 56 | 54 | 0 | 29 | 2B | 2A | 2 | 1B | 2D |
| Octal | 223 | 126 | 124 | 0 | 51 | 53 | 52 | 2 | 33 | 55 |
| Binary | 10010011 | 1010110 | 1010100 | 0 | 101001 | 101011 | 101010 | 10 | 11011 | 101101 |
Color Harmonies of #935654
Complementary color
Monochromatic Colors of #935654
Black with #935654
Text Example
Text Example
White with #935654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935654; }
p { color: rgb(147,86,84); }
H1.HeaderClassName
{
color: #935654;
}
.AnyTagClassName
{
color: #935654;
}
</style>
background-color css
<style>
a { background-color: #935654; }
a { background-color: rgb(147,86,84); }
div.DivClassName
{
background-color: #935654;
}
.BgClassName
{
background-color: #935654;
}
</style>
border-color css
<style>
span { border-color: #935654; }
span { border-color: rgb(147,86,84); }
td.TdClassName
{
border-color: #935654;
}
.TagClassName
{
border-color: #935654;
}
</style>