Shades of Copper Rose #9B6867
Tints of Copper Rose #9B6867
RGB
CMYK
RGB Variations
Color information
#9B6867 (or 0x9B6867) is known color: Copper Rose. HEX triplet: 9B, 68 and 67. RGB value is (155,104,103). Sum of RGB (Red+Green+Blue) = 155+104+103=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 103 (40.62% from 255 or 28.45% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6867 is #649798. Grayscale: #777777. Windows color (decimal): -6592409 or 6776987. OLE color: 6776987.
HSL color Cylindrical-coordinate representation of color #9B6867: hue angle of 1.15º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B6867 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 104 | 103 | - |
| CMYK | 0 | 0.33 | 0.34 | 0.39 |
| HSL | 1.15º | 0.21% | 0.51% | - |
| HSV(B) | 1.15º | 0.34% | 0.61% | - |
| XYZ | 20.92 | 17.85 | 15.17 | - |
| YUV | 119.14 | 118.9 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 104 | 103 | 0 | 0.33 | 0.34 | 0.39 | 1.15 | 0.21 | 0.51 |
| Hex | 9B | 68 | 67 | 0 | 21 | 22 | 27 | 1 | 15 | 33 |
| Octal | 233 | 150 | 147 | 0 | 41 | 42 | 47 | 1 | 25 | 63 |
| Binary | 10011011 | 1101000 | 1100111 | 0 | 100001 | 100010 | 100111 | 1 | 10101 | 110011 |
Color Harmonies of #9B6867
Complementary color
Monochromatic Colors of #9B6867
Black with #9B6867
Text Example
Text Example
White with #9B6867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6867; }
p { color: rgb(155,104,103); }
H1.HeaderClassName
{
color: #9B6867;
}
.AnyTagClassName
{
color: #9B6867;
}
</style>
background-color css
<style>
a { background-color: #9B6867; }
a { background-color: rgb(155,104,103); }
div.DivClassName
{
background-color: #9B6867;
}
.BgClassName
{
background-color: #9B6867;
}
</style>
border-color css
<style>
span { border-color: #9B6867; }
span { border-color: rgb(155,104,103); }
td.TdClassName
{
border-color: #9B6867;
}
.TagClassName
{
border-color: #9B6867;
}
</style>