Shades of Copper Rust #9B564A
Tints of Copper Rust #9B564A
RGB
CMYK
RGB Variations
Color information
#9B564A (or 0x9B564A) is known color: Copper Rust. HEX triplet: 9B, 56 and 4A. RGB value is (155,86,74). Sum of RGB (Red+Green+Blue) = 155+86+74=315 (41% of max value = 765). Red value is 155 (60.94% from 255 or 49.21% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 155 - color contains mainly: red. Hex color #9B564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B564A is #64A9B5. Grayscale: #696969. Windows color (decimal): -6597046 or 4871835. OLE color: 4871835.
HSL color Cylindrical-coordinate representation of color #9B564A: hue angle of 8.89º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9B564A is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 86 | 74 | - |
| CMYK | 0 | 0.45 | 0.52 | 0.39 |
| HSL | 8.89º | 0.35% | 0.45% | - |
| HSV(B) | 8.89º | 0.52% | 0.61% | - |
| XYZ | 18.08 | 14.12 | 8.25 | - |
| YUV | 105.26 | 110.36 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 86 | 74 | 0 | 0.45 | 0.52 | 0.39 | 8.89 | 0.35 | 0.45 |
| Hex | 9B | 56 | 4A | 0 | 2D | 34 | 27 | 9 | 23 | 2D |
| Octal | 233 | 126 | 112 | 0 | 55 | 64 | 47 | 11 | 43 | 55 |
| Binary | 10011011 | 1010110 | 1001010 | 0 | 101101 | 110100 | 100111 | 1001 | 100011 | 101101 |
Color Harmonies of #9B564A
Complementary color
Monochromatic Colors of #9B564A
Black with #9B564A
Text Example
Text Example
White with #9B564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B564A; }
p { color: rgb(155,86,74); }
H1.HeaderClassName
{
color: #9B564A;
}
.AnyTagClassName
{
color: #9B564A;
}
</style>
background-color css
<style>
a { background-color: #9B564A; }
a { background-color: rgb(155,86,74); }
div.DivClassName
{
background-color: #9B564A;
}
.BgClassName
{
background-color: #9B564A;
}
</style>
border-color css
<style>
span { border-color: #9B564A; }
span { border-color: rgb(155,86,74); }
td.TdClassName
{
border-color: #9B564A;
}
.TagClassName
{
border-color: #9B564A;
}
</style>