Shades of Copper Rust #98564D
Tints of Copper Rust #98564D
RGB
CMYK
RGB Variations
Color information
#98564D (or 0x98564D) is known color: Copper Rust. HEX triplet: 98, 56 and 4D. RGB value is (152,86,77). Sum of RGB (Red+Green+Blue) = 152+86+77=315 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.25% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 152 - color contains mainly: red. Hex color #98564D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98564D is #67A9B2. Grayscale: #686868. Windows color (decimal): -6793651 or 5068440. OLE color: 5068440.
HSL color Cylindrical-coordinate representation of color #98564D: hue angle of 7.2º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #98564D is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 77 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.40 |
| HSL | 7.2º | 0.33% | 0.45% | - |
| HSV(B) | 7.2º | 0.49% | 0.6% | - |
| XYZ | 17.62 | 13.87 | 8.77 | - |
| YUV | 104.71 | 112.37 | 161.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 77 | 0 | 0.43 | 0.49 | 0.40 | 7.2 | 0.33 | 0.45 |
| Hex | 98 | 56 | 4D | 0 | 2B | 31 | 28 | 7 | 21 | 2D |
| Octal | 230 | 126 | 115 | 0 | 53 | 61 | 50 | 7 | 41 | 55 |
| Binary | 10011000 | 1010110 | 1001101 | 0 | 101011 | 110001 | 101000 | 111 | 100001 | 101101 |
Color Harmonies of #98564D
Complementary color
Monochromatic Colors of #98564D
Black with #98564D
Text Example
Text Example
White with #98564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98564D; }
p { color: rgb(152,86,77); }
H1.HeaderClassName
{
color: #98564D;
}
.AnyTagClassName
{
color: #98564D;
}
</style>
background-color css
<style>
a { background-color: #98564D; }
a { background-color: rgb(152,86,77); }
div.DivClassName
{
background-color: #98564D;
}
.BgClassName
{
background-color: #98564D;
}
</style>
border-color css
<style>
span { border-color: #98564D; }
span { border-color: rgb(152,86,77); }
td.TdClassName
{
border-color: #98564D;
}
.TagClassName
{
border-color: #98564D;
}
</style>