Shades of Copper Rust #98564E
Tints of Copper Rust #98564E
RGB
CMYK
RGB Variations
Color information
#98564E (or 0x98564E) is known color: Copper Rust. HEX triplet: 98, 56 and 4E. RGB value is (152,86,78). Sum of RGB (Red+Green+Blue) = 152+86+78=316 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.10% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 152 - color contains mainly: red. Hex color #98564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #98564E is #67A9B1. Grayscale: #686868. Windows color (decimal): -6793650 or 5133976. OLE color: 5133976.
HSL color Cylindrical-coordinate representation of color #98564E: hue angle of 6.49º degrees, saturation: 0.32, 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 #98564E is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 78 | - |
| CMYK | 0 | 0.43 | 0.49 | 0.40 |
| HSL | 6.49º | 0.32% | 0.45% | - |
| HSV(B) | 6.49º | 0.49% | 0.6% | - |
| XYZ | 17.65 | 13.88 | 8.96 | - |
| YUV | 104.82 | 112.87 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 78 | 0 | 0.43 | 0.49 | 0.40 | 6.49 | 0.32 | 0.45 |
| Hex | 98 | 56 | 4E | 0 | 2B | 31 | 28 | 6 | 20 | 2D |
| Octal | 230 | 126 | 116 | 0 | 53 | 61 | 50 | 6 | 40 | 55 |
| Binary | 10011000 | 1010110 | 1001110 | 0 | 101011 | 110001 | 101000 | 110 | 100000 | 101101 |
Color Harmonies of #98564E
Complementary color
Monochromatic Colors of #98564E
Black with #98564E
Text Example
Text Example
White with #98564E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98564E; }
p { color: rgb(152,86,78); }
H1.HeaderClassName
{
color: #98564E;
}
.AnyTagClassName
{
color: #98564E;
}
</style>
background-color css
<style>
a { background-color: #98564E; }
a { background-color: rgb(152,86,78); }
div.DivClassName
{
background-color: #98564E;
}
.BgClassName
{
background-color: #98564E;
}
</style>
border-color css
<style>
span { border-color: #98564E; }
span { border-color: rgb(152,86,78); }
td.TdClassName
{
border-color: #98564E;
}
.TagClassName
{
border-color: #98564E;
}
</style>