Shades of Copper Rose #966A69
Tints of Copper Rose #966A69
RGB
CMYK
RGB Variations
Color information
#966A69 (or 0x966A69) is known color: Copper Rose. HEX triplet: 96, 6A and 69. RGB value is (150,106,105). Sum of RGB (Red+Green+Blue) = 150+106+105=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 105 (41.41% from 255 or 29.09% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #966A69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A69 is #699596. Grayscale: #777777. Windows color (decimal): -6919575 or 6908566. OLE color: 6908566.
HSL color Cylindrical-coordinate representation of color #966A69: hue angle of 1.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966A69 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 105 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.41 |
| HSL | 1.33º | 0.18% | 0.5% | - |
| HSV(B) | 1.33º | 0.3% | 0.59% | - |
| XYZ | 20.28 | 17.81 | 15.73 | - |
| YUV | 119.04 | 120.08 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 105 | 0 | 0.29 | 0.30 | 0.41 | 1.33 | 0.18 | 0.5 |
| Hex | 96 | 6A | 69 | 0 | 1D | 1E | 29 | 1 | 12 | 32 |
| Octal | 226 | 152 | 151 | 0 | 35 | 36 | 51 | 1 | 22 | 62 |
| Binary | 10010110 | 1101010 | 1101001 | 0 | 11101 | 11110 | 101001 | 1 | 10010 | 110010 |
Color Harmonies of #966A69
Complementary color
Monochromatic Colors of #966A69
Black with #966A69
Text Example
Text Example
White with #966A69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A69; }
p { color: rgb(150,106,105); }
H1.HeaderClassName
{
color: #966A69;
}
.AnyTagClassName
{
color: #966A69;
}
</style>
background-color css
<style>
a { background-color: #966A69; }
a { background-color: rgb(150,106,105); }
div.DivClassName
{
background-color: #966A69;
}
.BgClassName
{
background-color: #966A69;
}
</style>
border-color css
<style>
span { border-color: #966A69; }
span { border-color: rgb(150,106,105); }
td.TdClassName
{
border-color: #966A69;
}
.TagClassName
{
border-color: #966A69;
}
</style>