Shades of Copper Rose #9B6C68
Tints of Copper Rose #9B6C68
RGB
CMYK
RGB Variations
Color information
#9B6C68 (or 0x9B6C68) is known color: Copper Rose. HEX triplet: 9B, 6C and 68. RGB value is (155,108,104). Sum of RGB (Red+Green+Blue) = 155+108+104=367 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.23% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 104 (41.02% from 255 or 28.34% from 367); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C68 is #649397. Grayscale: #797979. Windows color (decimal): -6591384 or 6843547. OLE color: 6843547.
HSL color Cylindrical-coordinate representation of color #9B6C68: hue angle of 4.71º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B6C68 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 104 | - |
| CMYK | 0 | 0.30 | 0.33 | 0.39 |
| HSL | 4.71º | 0.2% | 0.51% | - |
| HSV(B) | 4.71º | 0.33% | 0.61% | - |
| XYZ | 21.38 | 18.69 | 15.58 | - |
| YUV | 121.6 | 118.07 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 104 | 0 | 0.30 | 0.33 | 0.39 | 4.71 | 0.2 | 0.51 |
| Hex | 9B | 6C | 68 | 0 | 1E | 21 | 27 | 5 | 14 | 33 |
| Octal | 233 | 154 | 150 | 0 | 36 | 41 | 47 | 5 | 24 | 63 |
| Binary | 10011011 | 1101100 | 1101000 | 0 | 11110 | 100001 | 100111 | 101 | 10100 | 110011 |
Color Harmonies of #9B6C68
Complementary color
Monochromatic Colors of #9B6C68
Black with #9B6C68
Text Example
Text Example
White with #9B6C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C68; }
p { color: rgb(155,108,104); }
H1.HeaderClassName
{
color: #9B6C68;
}
.AnyTagClassName
{
color: #9B6C68;
}
</style>
background-color css
<style>
a { background-color: #9B6C68; }
a { background-color: rgb(155,108,104); }
div.DivClassName
{
background-color: #9B6C68;
}
.BgClassName
{
background-color: #9B6C68;
}
</style>
border-color css
<style>
span { border-color: #9B6C68; }
span { border-color: rgb(155,108,104); }
td.TdClassName
{
border-color: #9B6C68;
}
.TagClassName
{
border-color: #9B6C68;
}
</style>