Shades of Copper Rust #925649
Tints of Copper Rust #925649
RGB
CMYK
RGB Variations
Color information
#925649 (or 0x925649) is known color: Copper Rust. HEX triplet: 92, 56 and 49. RGB value is (146,86,73). Sum of RGB (Red+Green+Blue) = 146+86+73=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 86 (33.98% from 255 or 28.20% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #925649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #925649 is #6DA9B6. Grayscale: #666666. Windows color (decimal): -7186871 or 4806290. OLE color: 4806290.
HSL color Cylindrical-coordinate representation of color #925649: hue angle of 10.68º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #925649 is Cyan = 0, Magento = 0.41, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 86 | 73 | - |
| CMYK | 0 | 0.41 | 0.5 | 0.43 |
| HSL | 10.68º | 0.33% | 0.43% | - |
| HSV(B) | 10.68º | 0.5% | 0.57% | - |
| XYZ | 16.38 | 13.25 | 8 | - |
| YUV | 102.46 | 111.38 | 159.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 86 | 73 | 0 | 0.41 | 0.5 | 0.43 | 10.68 | 0.33 | 0.43 |
| Hex | 92 | 56 | 49 | 0 | 29 | 32 | 2B | B | 21 | 2B |
| Octal | 222 | 126 | 111 | 0 | 51 | 62 | 53 | 13 | 41 | 53 |
| Binary | 10010010 | 1010110 | 1001001 | 0 | 101001 | 110010 | 101011 | 1011 | 100001 | 101011 |
Color Harmonies of #925649
Complementary color
Monochromatic Colors of #925649
Black with #925649
Text Example
Text Example
White with #925649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925649; }
p { color: rgb(146,86,73); }
H1.HeaderClassName
{
color: #925649;
}
.AnyTagClassName
{
color: #925649;
}
</style>
background-color css
<style>
a { background-color: #925649; }
a { background-color: rgb(146,86,73); }
div.DivClassName
{
background-color: #925649;
}
.BgClassName
{
background-color: #925649;
}
</style>
border-color css
<style>
span { border-color: #925649; }
span { border-color: rgb(146,86,73); }
td.TdClassName
{
border-color: #925649;
}
.TagClassName
{
border-color: #925649;
}
</style>