Shades of Copper Rose #9B6663
Tints of Copper Rose #9B6663
RGB
CMYK
RGB Variations
Color information
#9B6663 (or 0x9B6663) is known color: Copper Rose. HEX triplet: 9B, 66 and 63. RGB value is (155,102,99). Sum of RGB (Red+Green+Blue) = 155+102+99=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6663 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6663 is #64999C. Grayscale: #757575. Windows color (decimal): -6592925 or 6514331. OLE color: 6514331.
HSL color Cylindrical-coordinate representation of color #9B6663: hue angle of 3.21º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6663 is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 99 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.39 |
| HSL | 3.21º | 0.22% | 0.5% | - |
| HSV(B) | 3.21º | 0.36% | 0.61% | - |
| XYZ | 20.52 | 17.37 | 14.08 | - |
| YUV | 117.51 | 117.56 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 99 | 0 | 0.34 | 0.36 | 0.39 | 3.21 | 0.22 | 0.5 |
| Hex | 9B | 66 | 63 | 0 | 22 | 24 | 27 | 3 | 16 | 32 |
| Octal | 233 | 146 | 143 | 0 | 42 | 44 | 47 | 3 | 26 | 62 |
| Binary | 10011011 | 1100110 | 1100011 | 0 | 100010 | 100100 | 100111 | 11 | 10110 | 110010 |
Color Harmonies of #9B6663
Complementary color
Monochromatic Colors of #9B6663
Black with #9B6663
Text Example
Text Example
White with #9B6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6663; }
p { color: rgb(155,102,99); }
H1.HeaderClassName
{
color: #9B6663;
}
.AnyTagClassName
{
color: #9B6663;
}
</style>
background-color css
<style>
a { background-color: #9B6663; }
a { background-color: rgb(155,102,99); }
div.DivClassName
{
background-color: #9B6663;
}
.BgClassName
{
background-color: #9B6663;
}
</style>
border-color css
<style>
span { border-color: #9B6663; }
span { border-color: rgb(155,102,99); }
td.TdClassName
{
border-color: #9B6663;
}
.TagClassName
{
border-color: #9B6663;
}
</style>