Shades of Copper Rust #965C4E
Tints of Copper Rust #965C4E
RGB
CMYK
RGB Variations
Color information
#965C4E (or 0x965C4E) is known color: Copper Rust. HEX triplet: 96, 5C and 4E. RGB value is (150,92,78). Sum of RGB (Red+Green+Blue) = 150+92+78=320 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.88% from 320); Green value is 92 (36.33% from 255 or 28.75% from 320); Blue value is 78 (30.86% from 255 or 24.38% from 320); Max value from RGB is 150 - color contains mainly: red. Hex color #965C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965C4E is #69A3B1. Grayscale: #6B6B6B. Windows color (decimal): -6923186 or 5135510. OLE color: 5135510.
HSL color Cylindrical-coordinate representation of color #965C4E: hue angle of 11.67º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #965C4E is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 78 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.41 |
| HSL | 11.67º | 0.32% | 0.45% | - |
| HSV(B) | 11.67º | 0.48% | 0.59% | - |
| XYZ | 17.78 | 14.69 | 9.11 | - |
| YUV | 107.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 78 | 0 | 0.39 | 0.48 | 0.41 | 11.67 | 0.32 | 0.45 |
| Hex | 96 | 5C | 4E | 0 | 27 | 30 | 29 | C | 20 | 2D |
| Octal | 226 | 134 | 116 | 0 | 47 | 60 | 51 | 14 | 40 | 55 |
| Binary | 10010110 | 1011100 | 1001110 | 0 | 100111 | 110000 | 101001 | 1100 | 100000 | 101101 |
Color Harmonies of #965C4E
Complementary color
Monochromatic Colors of #965C4E
Black with #965C4E
Text Example
Text Example
White with #965C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C4E; }
p { color: rgb(150,92,78); }
H1.HeaderClassName
{
color: #965C4E;
}
.AnyTagClassName
{
color: #965C4E;
}
</style>
background-color css
<style>
a { background-color: #965C4E; }
a { background-color: rgb(150,92,78); }
div.DivClassName
{
background-color: #965C4E;
}
.BgClassName
{
background-color: #965C4E;
}
</style>
border-color css
<style>
span { border-color: #965C4E; }
span { border-color: rgb(150,92,78); }
td.TdClassName
{
border-color: #965C4E;
}
.TagClassName
{
border-color: #965C4E;
}
</style>