Shades of Copper Rose #9B6C6A
Tints of Copper Rose #9B6C6A
RGB
CMYK
RGB Variations
Color information
#9B6C6A (or 0x9B6C6A) is known color: Copper Rose. HEX triplet: 9B, 6C and 6A. RGB value is (155,108,106). Sum of RGB (Red+Green+Blue) = 155+108+106=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 106 (41.80% from 255 or 28.73% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C6A is #649395. Grayscale: #797979. Windows color (decimal): -6591382 or 6974619. OLE color: 6974619.
HSL color Cylindrical-coordinate representation of color #9B6C6A: hue angle of 2.45º 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 #9B6C6A is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 106 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.39 |
| HSL | 2.45º | 0.2% | 0.51% | - |
| HSV(B) | 2.45º | 0.32% | 0.61% | - |
| XYZ | 21.48 | 18.73 | 16.12 | - |
| YUV | 121.83 | 119.07 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 106 | 0 | 0.30 | 0.32 | 0.39 | 2.45 | 0.2 | 0.51 |
| Hex | 9B | 6C | 6A | 0 | 1E | 20 | 27 | 2 | 14 | 33 |
| Octal | 233 | 154 | 152 | 0 | 36 | 40 | 47 | 2 | 24 | 63 |
| Binary | 10011011 | 1101100 | 1101010 | 0 | 11110 | 100000 | 100111 | 10 | 10100 | 110011 |
Color Harmonies of #9B6C6A
Complementary color
Monochromatic Colors of #9B6C6A
Black with #9B6C6A
Text Example
Text Example
White with #9B6C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C6A; }
p { color: rgb(155,108,106); }
H1.HeaderClassName
{
color: #9B6C6A;
}
.AnyTagClassName
{
color: #9B6C6A;
}
</style>
background-color css
<style>
a { background-color: #9B6C6A; }
a { background-color: rgb(155,108,106); }
div.DivClassName
{
background-color: #9B6C6A;
}
.BgClassName
{
background-color: #9B6C6A;
}
</style>
border-color css
<style>
span { border-color: #9B6C6A; }
span { border-color: rgb(155,108,106); }
td.TdClassName
{
border-color: #9B6C6A;
}
.TagClassName
{
border-color: #9B6C6A;
}
</style>