Shades of Copper Rust #99584E
Tints of Copper Rust #99584E
RGB
CMYK
RGB Variations
Color information
#99584E (or 0x99584E) is known color: Copper Rust. HEX triplet: 99, 58 and 4E. RGB value is (153,88,78). Sum of RGB (Red+Green+Blue) = 153+88+78=319 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.96% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 78 (30.86% from 255 or 24.45% from 319); Max value from RGB is 153 - color contains mainly: red. Hex color #99584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99584E is #66A7B1. Grayscale: #6A6A6A. Windows color (decimal): -6727602 or 5134489. OLE color: 5134489.
HSL color Cylindrical-coordinate representation of color #99584E: hue angle of 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 #99584E is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 88 | 78 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.4 |
| HSL | 8º | 0.32% | 0.45% | - |
| HSV(B) | 8º | 0.49% | 0.6% | - |
| XYZ | 18 | 14.3 | 9.02 | - |
| YUV | 106.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 78 | 0 | 0.42 | 0.49 | 0.4 | 8 | 0.32 | 0.45 |
| Hex | 99 | 58 | 4E | 0 | 2A | 31 | 28 | 8 | 20 | 2D |
| Octal | 231 | 130 | 116 | 0 | 52 | 61 | 50 | 10 | 40 | 55 |
| Binary | 10011001 | 1011000 | 1001110 | 0 | 101010 | 110001 | 101000 | 1000 | 100000 | 101101 |
Color Harmonies of #99584E
Complementary color
Monochromatic Colors of #99584E
Black with #99584E
Text Example
Text Example
White with #99584E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99584E; }
p { color: rgb(153,88,78); }
H1.HeaderClassName
{
color: #99584E;
}
.AnyTagClassName
{
color: #99584E;
}
</style>
background-color css
<style>
a { background-color: #99584E; }
a { background-color: rgb(153,88,78); }
div.DivClassName
{
background-color: #99584E;
}
.BgClassName
{
background-color: #99584E;
}
</style>
border-color css
<style>
span { border-color: #99584E; }
span { border-color: rgb(153,88,78); }
td.TdClassName
{
border-color: #99584E;
}
.TagClassName
{
border-color: #99584E;
}
</style>