Shades of Copper Rust #99554E
Tints of Copper Rust #99554E
RGB
CMYK
RGB Variations
Color information
#99554E (or 0x99554E) is known color: Copper Rust. HEX triplet: 99, 55 and 4E. RGB value is (153,85,78). Sum of RGB (Red+Green+Blue) = 153+85+78=316 (41% of max value = 765). Red value is 153 (60.16% from 255 or 48.42% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 78 (30.86% from 255 or 24.68% from 316); Max value from RGB is 153 - color contains mainly: red. Hex color #99554E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99554E is #66AAB1. Grayscale: #686868. Windows color (decimal): -6728370 or 5133721. OLE color: 5133721.
HSL color Cylindrical-coordinate representation of color #99554E: hue angle of 5.6º 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 #99554E is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 85 | 78 | - |
| CMYK | 0 | 0.44 | 0.49 | 0.4 |
| HSL | 5.6º | 0.32% | 0.45% | - |
| HSV(B) | 5.6º | 0.49% | 0.6% | - |
| XYZ | 17.76 | 13.82 | 8.94 | - |
| YUV | 104.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 85 | 78 | 0 | 0.44 | 0.49 | 0.4 | 5.6 | 0.32 | 0.45 |
| Hex | 99 | 55 | 4E | 0 | 2C | 31 | 28 | 6 | 20 | 2D |
| Octal | 231 | 125 | 116 | 0 | 54 | 61 | 50 | 6 | 40 | 55 |
| Binary | 10011001 | 1010101 | 1001110 | 0 | 101100 | 110001 | 101000 | 110 | 100000 | 101101 |
Color Harmonies of #99554E
Complementary color
Monochromatic Colors of #99554E
Black with #99554E
Text Example
Text Example
White with #99554E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99554E; }
p { color: rgb(153,85,78); }
H1.HeaderClassName
{
color: #99554E;
}
.AnyTagClassName
{
color: #99554E;
}
</style>
background-color css
<style>
a { background-color: #99554E; }
a { background-color: rgb(153,85,78); }
div.DivClassName
{
background-color: #99554E;
}
.BgClassName
{
background-color: #99554E;
}
</style>
border-color css
<style>
span { border-color: #99554E; }
span { border-color: rgb(153,85,78); }
td.TdClassName
{
border-color: #99554E;
}
.TagClassName
{
border-color: #99554E;
}
</style>