Shades of Copper Rose #9B6E6A
Tints of Copper Rose #9B6E6A
RGB
CMYK
RGB Variations
Color information
#9B6E6A (or 0x9B6E6A) is known color: Copper Rose. HEX triplet: 9B, 6E and 6A. RGB value is (155,110,106). Sum of RGB (Red+Green+Blue) = 155+110+106=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6E6A is #649195. Grayscale: #7B7B7B. Windows color (decimal): -6590870 or 6975131. OLE color: 6975131.
HSL color Cylindrical-coordinate representation of color #9B6E6A: hue angle of 4.9º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6E6A is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 110 | 106 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.39 |
| HSL | 4.9º | 0.2% | 0.51% | - |
| HSV(B) | 4.9º | 0.32% | 0.61% | - |
| XYZ | 21.7 | 19.16 | 16.19 | - |
| YUV | 123 | 118.41 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 110 | 106 | 0 | 0.29 | 0.32 | 0.39 | 4.9 | 0.2 | 0.51 |
| Hex | 9B | 6E | 6A | 0 | 1D | 20 | 27 | 5 | 14 | 33 |
| Octal | 233 | 156 | 152 | 0 | 35 | 40 | 47 | 5 | 24 | 63 |
| Binary | 10011011 | 1101110 | 1101010 | 0 | 11101 | 100000 | 100111 | 101 | 10100 | 110011 |
Color Harmonies of #9B6E6A
Complementary color
Monochromatic Colors of #9B6E6A
Black with #9B6E6A
Text Example
Text Example
White with #9B6E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6E6A; }
p { color: rgb(155,110,106); }
H1.HeaderClassName
{
color: #9B6E6A;
}
.AnyTagClassName
{
color: #9B6E6A;
}
</style>
background-color css
<style>
a { background-color: #9B6E6A; }
a { background-color: rgb(155,110,106); }
div.DivClassName
{
background-color: #9B6E6A;
}
.BgClassName
{
background-color: #9B6E6A;
}
</style>
border-color css
<style>
span { border-color: #9B6E6A; }
span { border-color: rgb(155,110,106); }
td.TdClassName
{
border-color: #9B6E6A;
}
.TagClassName
{
border-color: #9B6E6A;
}
</style>