Shades of Copper Rose #9B6F6C
Tints of Copper Rose #9B6F6C
RGB
CMYK
RGB Variations
Color information
#9B6F6C (or 0x9B6F6C) is known color: Copper Rose. HEX triplet: 9B, 6F and 6C. RGB value is (155,111,108). Sum of RGB (Red+Green+Blue) = 155+111+108=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 108 (42.58% from 255 or 28.88% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F6C is #649093. Grayscale: #7B7B7B. Windows color (decimal): -6590612 or 7106459. OLE color: 7106459.
HSL color Cylindrical-coordinate representation of color #9B6F6C: hue angle of 3.83º 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 #9B6F6C is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 108 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.39 |
| HSL | 3.83º | 0.19% | 0.52% | - |
| HSV(B) | 3.83º | 0.3% | 0.61% | - |
| XYZ | 21.91 | 19.42 | 16.78 | - |
| YUV | 123.81 | 119.08 | 150.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 108 | 0 | 0.28 | 0.30 | 0.39 | 3.83 | 0.19 | 0.52 |
| Hex | 9B | 6F | 6C | 0 | 1C | 1E | 27 | 4 | 13 | 34 |
| Octal | 233 | 157 | 154 | 0 | 34 | 36 | 47 | 4 | 23 | 64 |
| Binary | 10011011 | 1101111 | 1101100 | 0 | 11100 | 11110 | 100111 | 100 | 10011 | 110100 |
Color Harmonies of #9B6F6C
Complementary color
Monochromatic Colors of #9B6F6C
Black with #9B6F6C
Text Example
Text Example
White with #9B6F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F6C; }
p { color: rgb(155,111,108); }
H1.HeaderClassName
{
color: #9B6F6C;
}
.AnyTagClassName
{
color: #9B6F6C;
}
</style>
background-color css
<style>
a { background-color: #9B6F6C; }
a { background-color: rgb(155,111,108); }
div.DivClassName
{
background-color: #9B6F6C;
}
.BgClassName
{
background-color: #9B6F6C;
}
</style>
border-color css
<style>
span { border-color: #9B6F6C; }
span { border-color: rgb(155,111,108); }
td.TdClassName
{
border-color: #9B6F6C;
}
.TagClassName
{
border-color: #9B6F6C;
}
</style>