Shades of Copper Rose #9D6C69
Tints of Copper Rose #9D6C69
RGB
CMYK
RGB Variations
Color information
#9D6C69 (or 0x9D6C69) is known color: Copper Rose. HEX triplet: 9D, 6C and 69. RGB value is (157,108,105). Sum of RGB (Red+Green+Blue) = 157+108+105=370 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.43% from 370); Green value is 108 (42.58% from 255 or 29.19% from 370); Blue value is 105 (41.41% from 255 or 28.38% from 370); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6C69 is #629396. Grayscale: #7A7A7A. Windows color (decimal): -6460311 or 6909085. OLE color: 6909085.
HSL color Cylindrical-coordinate representation of color #9D6C69: hue angle of 3.46º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9D6C69 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 108 | 105 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.38 |
| HSL | 3.46º | 0.21% | 0.51% | - |
| HSV(B) | 3.46º | 0.33% | 0.62% | - |
| XYZ | 21.82 | 18.91 | 15.87 | - |
| YUV | 122.31 | 118.23 | 152.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 108 | 105 | 0 | 0.31 | 0.33 | 0.38 | 3.46 | 0.21 | 0.51 |
| Hex | 9D | 6C | 69 | 0 | 1F | 21 | 26 | 3 | 15 | 33 |
| Octal | 235 | 154 | 151 | 0 | 37 | 41 | 46 | 3 | 25 | 63 |
| Binary | 10011101 | 1101100 | 1101001 | 0 | 11111 | 100001 | 100110 | 11 | 10101 | 110011 |
Color Harmonies of #9D6C69
Complementary color
Monochromatic Colors of #9D6C69
Black with #9D6C69
Text Example
Text Example
White with #9D6C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6C69; }
p { color: rgb(157,108,105); }
H1.HeaderClassName
{
color: #9D6C69;
}
.AnyTagClassName
{
color: #9D6C69;
}
</style>
background-color css
<style>
a { background-color: #9D6C69; }
a { background-color: rgb(157,108,105); }
div.DivClassName
{
background-color: #9D6C69;
}
.BgClassName
{
background-color: #9D6C69;
}
</style>
border-color css
<style>
span { border-color: #9D6C69; }
span { border-color: rgb(157,108,105); }
td.TdClassName
{
border-color: #9D6C69;
}
.TagClassName
{
border-color: #9D6C69;
}
</style>