Shades of Copper Rust #99594E
Tints of Copper Rust #99594E
RGB
CMYK
RGB Variations
Color information
#99594E (or 0x99594E) is known color: Copper Rust. HEX triplet: 99, 59 and 4E. RGB value is (153,89,78). Sum of RGB (Red+Green+Blue) = 153+89+78=320 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.81% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 153 - color contains mainly: red. Hex color #99594E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99594E is #66A6B1. Grayscale: #6A6A6A. Windows color (decimal): -6727346 or 5134745. OLE color: 5134745.
HSL color Cylindrical-coordinate representation of color #99594E: hue angle of 8.8º 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 #99594E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 78 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.4 |
| HSL | 8.8º | 0.32% | 0.45% | - |
| HSV(B) | 8.8º | 0.49% | 0.6% | - |
| XYZ | 18.08 | 14.47 | 9.05 | - |
| YUV | 106.88 | 111.7 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 78 | 0 | 0.42 | 0.49 | 0.4 | 8.8 | 0.32 | 0.45 |
| Hex | 99 | 59 | 4E | 0 | 2A | 31 | 28 | 9 | 20 | 2D |
| Octal | 231 | 131 | 116 | 0 | 52 | 61 | 50 | 11 | 40 | 55 |
| Binary | 10011001 | 1011001 | 1001110 | 0 | 101010 | 110001 | 101000 | 1001 | 100000 | 101101 |
Color Harmonies of #99594E
Complementary color
Monochromatic Colors of #99594E
Black with #99594E
Text Example
Text Example
White with #99594E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99594E; }
p { color: rgb(153,89,78); }
H1.HeaderClassName
{
color: #99594E;
}
.AnyTagClassName
{
color: #99594E;
}
</style>
background-color css
<style>
a { background-color: #99594E; }
a { background-color: rgb(153,89,78); }
div.DivClassName
{
background-color: #99594E;
}
.BgClassName
{
background-color: #99594E;
}
</style>
border-color css
<style>
span { border-color: #99594E; }
span { border-color: rgb(153,89,78); }
td.TdClassName
{
border-color: #99594E;
}
.TagClassName
{
border-color: #99594E;
}
</style>