Shades of Copper Rust #98564C
Tints of Copper Rust #98564C
RGB
CMYK
RGB Variations
Color information
#98564C (or 0x98564C) is known color: Copper Rust. HEX triplet: 98, 56 and 4C. RGB value is (152,86,76). Sum of RGB (Red+Green+Blue) = 152+86+76=314 (41% of max value = 765). Red value is 152 (59.77% from 255 or 48.41% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 152 - color contains mainly: red. Hex color #98564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98564C is #67A9B3. Grayscale: #686868. Windows color (decimal): -6793652 or 5002904. OLE color: 5002904.
HSL color Cylindrical-coordinate representation of color #98564C: hue angle of 7.89º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #98564C is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 86 | 76 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.40 |
| HSL | 7.89º | 0.33% | 0.45% | - |
| HSV(B) | 7.89º | 0.5% | 0.6% | - |
| XYZ | 17.58 | 13.85 | 8.58 | - |
| YUV | 104.59 | 111.87 | 161.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 86 | 76 | 0 | 0.43 | 0.50 | 0.40 | 7.89 | 0.33 | 0.45 |
| Hex | 98 | 56 | 4C | 0 | 2B | 32 | 28 | 8 | 21 | 2D |
| Octal | 230 | 126 | 114 | 0 | 53 | 62 | 50 | 10 | 41 | 55 |
| Binary | 10011000 | 1010110 | 1001100 | 0 | 101011 | 110010 | 101000 | 1000 | 100001 | 101101 |
Color Harmonies of #98564C
Complementary color
Monochromatic Colors of #98564C
Black with #98564C
Text Example
Text Example
White with #98564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98564C; }
p { color: rgb(152,86,76); }
H1.HeaderClassName
{
color: #98564C;
}
.AnyTagClassName
{
color: #98564C;
}
</style>
background-color css
<style>
a { background-color: #98564C; }
a { background-color: rgb(152,86,76); }
div.DivClassName
{
background-color: #98564C;
}
.BgClassName
{
background-color: #98564C;
}
</style>
border-color css
<style>
span { border-color: #98564C; }
span { border-color: rgb(152,86,76); }
td.TdClassName
{
border-color: #98564C;
}
.TagClassName
{
border-color: #98564C;
}
</style>