Shades of Copper Rose #9D6E69
Tints of Copper Rose #9D6E69
RGB
CMYK
RGB Variations
Color information
#9D6E69 (or 0x9D6E69) is known color: Copper Rose. HEX triplet: 9D, 6E and 69. RGB value is (157,110,105). Sum of RGB (Red+Green+Blue) = 157+110+105=372 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.20% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6E69 is #629196. Grayscale: #7B7B7B. Windows color (decimal): -6459799 or 6909597. OLE color: 6909597.
HSL color Cylindrical-coordinate representation of color #9D6E69: hue angle of 5.77º 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 #9D6E69 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 110 | 105 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.38 |
| HSL | 5.77º | 0.21% | 0.51% | - |
| HSV(B) | 5.77º | 0.33% | 0.62% | - |
| XYZ | 22.03 | 19.34 | 15.94 | - |
| YUV | 123.48 | 117.57 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 110 | 105 | 0 | 0.30 | 0.33 | 0.38 | 5.77 | 0.21 | 0.51 |
| Hex | 9D | 6E | 69 | 0 | 1E | 21 | 26 | 6 | 15 | 33 |
| Octal | 235 | 156 | 151 | 0 | 36 | 41 | 46 | 6 | 25 | 63 |
| Binary | 10011101 | 1101110 | 1101001 | 0 | 11110 | 100001 | 100110 | 110 | 10101 | 110011 |
Color Harmonies of #9D6E69
Complementary color
Monochromatic Colors of #9D6E69
Black with #9D6E69
Text Example
Text Example
White with #9D6E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6E69; }
p { color: rgb(157,110,105); }
H1.HeaderClassName
{
color: #9D6E69;
}
.AnyTagClassName
{
color: #9D6E69;
}
</style>
background-color css
<style>
a { background-color: #9D6E69; }
a { background-color: rgb(157,110,105); }
div.DivClassName
{
background-color: #9D6E69;
}
.BgClassName
{
background-color: #9D6E69;
}
</style>
border-color css
<style>
span { border-color: #9D6E69; }
span { border-color: rgb(157,110,105); }
td.TdClassName
{
border-color: #9D6E69;
}
.TagClassName
{
border-color: #9D6E69;
}
</style>