Shades of Copper Rose #9B6C6C
Tints of Copper Rose #9B6C6C
RGB
CMYK
RGB Variations
Color information
#9B6C6C (or 0x9B6C6C) is known color: Copper Rose. HEX triplet: 9B, 6C and 6C. RGB value is (155,108,108). Sum of RGB (Red+Green+Blue) = 155+108+108=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 108 (42.58% from 255 or 29.11% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6C6C is #649393. Grayscale: #7A7A7A. Windows color (decimal): -6591380 or 7105691. OLE color: 7105691.
HSL color Cylindrical-coordinate representation of color #9B6C6C: hue angle of 0º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B6C6C is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 108 | 108 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.39 |
| HSL | 0º | 0.19% | 0.52% | - |
| HSV(B) | 0º | 0.3% | 0.61% | - |
| XYZ | 21.59 | 18.78 | 16.67 | - |
| YUV | 122.05 | 120.07 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 108 | 108 | 0 | 0.30 | 0.30 | 0.39 | 0 | 0.19 | 0.52 |
| Hex | 9B | 6C | 6C | 0 | 1E | 1E | 27 | 0 | 13 | 34 |
| Octal | 233 | 154 | 154 | 0 | 36 | 36 | 47 | 0 | 23 | 64 |
| Binary | 10011011 | 1101100 | 1101100 | 0 | 11110 | 11110 | 100111 | 0 | 10011 | 110100 |
Color Harmonies of #9B6C6C
Complementary color
Monochromatic Colors of #9B6C6C
Black with #9B6C6C
Text Example
Text Example
White with #9B6C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6C6C; }
p { color: rgb(155,108,108); }
H1.HeaderClassName
{
color: #9B6C6C;
}
.AnyTagClassName
{
color: #9B6C6C;
}
</style>
background-color css
<style>
a { background-color: #9B6C6C; }
a { background-color: rgb(155,108,108); }
div.DivClassName
{
background-color: #9B6C6C;
}
.BgClassName
{
background-color: #9B6C6C;
}
</style>
border-color css
<style>
span { border-color: #9B6C6C; }
span { border-color: rgb(155,108,108); }
td.TdClassName
{
border-color: #9B6C6C;
}
.TagClassName
{
border-color: #9B6C6C;
}
</style>