Shades of Copper Rust #99594C
Tints of Copper Rust #99594C
RGB
CMYK
RGB Variations
Color information
#99594C (or 0x99594C) is known color: Copper Rust. HEX triplet: 99, 59 and 4C. RGB value is (153,89,76). Sum of RGB (Red+Green+Blue) = 153+89+76=318 (42% of max value = 765). Red value is 153 (60.16% from 255 or 48.11% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 76 (30.08% from 255 or 23.90% from 318); Max value from RGB is 153 - color contains mainly: red. Hex color #99594C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #99594C is #66A6B3. Grayscale: #6A6A6A. Windows color (decimal): -6727348 or 5003673. OLE color: 5003673.
HSL color Cylindrical-coordinate representation of color #99594C: hue angle of 10.13º degrees, saturation: 0.34, 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 #99594C is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 76 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.4 |
| HSL | 10.13º | 0.34% | 0.45% | - |
| HSV(B) | 10.13º | 0.5% | 0.6% | - |
| XYZ | 18.01 | 14.44 | 8.68 | - |
| YUV | 106.65 | 110.7 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 76 | 0 | 0.42 | 0.50 | 0.4 | 10.13 | 0.34 | 0.45 |
| Hex | 99 | 59 | 4C | 0 | 2A | 32 | 28 | A | 22 | 2D |
| Octal | 231 | 131 | 114 | 0 | 52 | 62 | 50 | 12 | 42 | 55 |
| Binary | 10011001 | 1011001 | 1001100 | 0 | 101010 | 110010 | 101000 | 1010 | 100010 | 101101 |
Color Harmonies of #99594C
Complementary color
Monochromatic Colors of #99594C
Black with #99594C
Text Example
Text Example
White with #99594C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99594C; }
p { color: rgb(153,89,76); }
H1.HeaderClassName
{
color: #99594C;
}
.AnyTagClassName
{
color: #99594C;
}
</style>
background-color css
<style>
a { background-color: #99594C; }
a { background-color: rgb(153,89,76); }
div.DivClassName
{
background-color: #99594C;
}
.BgClassName
{
background-color: #99594C;
}
</style>
border-color css
<style>
span { border-color: #99594C; }
span { border-color: rgb(153,89,76); }
td.TdClassName
{
border-color: #99594C;
}
.TagClassName
{
border-color: #99594C;
}
</style>