Shades of Copper Rose #9B6E6C
Tints of Copper Rose #9B6E6C
RGB
CMYK
RGB Variations
Color information
#9B6E6C (or 0x9B6E6C) is known color: Copper Rose. HEX triplet: 9B, 6E and 6C. RGB value is (155,110,108). Sum of RGB (Red+Green+Blue) = 155+110+108=373 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.55% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E6C is #649193. Grayscale: #7B7B7B. Windows color (decimal): -6590868 or 7106203. OLE color: 7106203.
HSL color Cylindrical-coordinate representation of color #9B6E6C: hue angle of 2.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6E6C is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 110 | 108 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.39 |
| HSL | 2.55º | 0.19% | 0.52% | - |
| HSV(B) | 2.55º | 0.3% | 0.61% | - |
| XYZ | 21.8 | 19.2 | 16.74 | - |
| YUV | 123.23 | 119.41 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 108 | 0 | 0.29 | 0.30 | 0.39 | 2.55 | 0.19 | 0.52 |
| Hex | 9B | 6E | 6C | 0 | 1D | 1E | 27 | 3 | 13 | 34 |
| Octal | 233 | 156 | 154 | 0 | 35 | 36 | 47 | 3 | 23 | 64 |
| Binary | 10011011 | 1101110 | 1101100 | 0 | 11101 | 11110 | 100111 | 11 | 10011 | 110100 |
Color Harmonies of #9B6E6C
Complementary color
Monochromatic Colors of #9B6E6C
Black with #9B6E6C
Text Example
Text Example
White with #9B6E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E6C; }
p { color: rgb(155,110,108); }
H1.HeaderClassName
{
color: #9B6E6C;
}
.AnyTagClassName
{
color: #9B6E6C;
}
</style>
background-color css
<style>
a { background-color: #9B6E6C; }
a { background-color: rgb(155,110,108); }
div.DivClassName
{
background-color: #9B6E6C;
}
.BgClassName
{
background-color: #9B6E6C;
}
</style>
border-color css
<style>
span { border-color: #9B6E6C; }
span { border-color: rgb(155,110,108); }
td.TdClassName
{
border-color: #9B6E6C;
}
.TagClassName
{
border-color: #9B6E6C;
}
</style>