Shades of Copper Rose #936D6B
Tints of Copper Rose #936D6B
RGB
CMYK
RGB Variations
Color information
#936D6B (or 0x936D6B) is known color: Copper Rose. HEX triplet: 93, 6D and 6B. RGB value is (147,109,107). Sum of RGB (Red+Green+Blue) = 147+109+107=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D6B is #6C9294. Grayscale: #787878. Windows color (decimal): -7115413 or 7040403. OLE color: 7040403.
HSL color Cylindrical-coordinate representation of color #936D6B: hue angle of 3º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936D6B is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 107 | - |
| CMYK | 0 | 0.26 | 0.27 | 0.42 |
| HSL | 3º | 0.16% | 0.5% | - |
| HSV(B) | 3º | 0.27% | 0.58% | - |
| XYZ | 20.16 | 18.2 | 16.36 | - |
| YUV | 120.13 | 120.59 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 107 | 0 | 0.26 | 0.27 | 0.42 | 3 | 0.16 | 0.5 |
| Hex | 93 | 6D | 6B | 0 | 1A | 1B | 2A | 3 | 10 | 32 |
| Octal | 223 | 155 | 153 | 0 | 32 | 33 | 52 | 3 | 20 | 62 |
| Binary | 10010011 | 1101101 | 1101011 | 0 | 11010 | 11011 | 101010 | 11 | 10000 | 110010 |
Color Harmonies of #936D6B
Complementary color
Monochromatic Colors of #936D6B
Black with #936D6B
Text Example
Text Example
White with #936D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D6B; }
p { color: rgb(147,109,107); }
H1.HeaderClassName
{
color: #936D6B;
}
.AnyTagClassName
{
color: #936D6B;
}
</style>
background-color css
<style>
a { background-color: #936D6B; }
a { background-color: rgb(147,109,107); }
div.DivClassName
{
background-color: #936D6B;
}
.BgClassName
{
background-color: #936D6B;
}
</style>
border-color css
<style>
span { border-color: #936D6B; }
span { border-color: rgb(147,109,107); }
td.TdClassName
{
border-color: #936D6B;
}
.TagClassName
{
border-color: #936D6B;
}
</style>