Shades of Copper Rose #936D6D
Tints of Copper Rose #936D6D
RGB
CMYK
RGB Variations
Color information
#936D6D (or 0x936D6D) is known color: Copper Rose. HEX triplet: 93, 6D and 6D. RGB value is (147,109,109). Sum of RGB (Red+Green+Blue) = 147+109+109=365 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.27% from 365); Green value is 109 (42.97% from 255 or 29.86% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 147 - color contains mainly: red. Hex color #936D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D6D is #6C9292. Grayscale: #787878. Windows color (decimal): -7115411 or 7171475. OLE color: 7171475.
HSL color Cylindrical-coordinate representation of color #936D6D: hue angle of 0º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #936D6D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 109 | - |
| CMYK | 0 | 0.26 | 0.26 | 0.42 |
| HSL | 0º | 0.15% | 0.5% | - |
| HSV(B) | 0º | 0.26% | 0.58% | - |
| XYZ | 20.26 | 18.24 | 16.92 | - |
| YUV | 120.36 | 121.59 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 109 | 0 | 0.26 | 0.26 | 0.42 | 0 | 0.15 | 0.5 |
| Hex | 93 | 6D | 6D | 0 | 1A | 1A | 2A | 0 | F | 32 |
| Octal | 223 | 155 | 155 | 0 | 32 | 32 | 52 | 0 | 17 | 62 |
| Binary | 10010011 | 1101101 | 1101101 | 0 | 11010 | 11010 | 101010 | 0 | 1111 | 110010 |
Color Harmonies of #936D6D
Complementary color
Monochromatic Colors of #936D6D
Black with #936D6D
Text Example
Text Example
White with #936D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D6D; }
p { color: rgb(147,109,109); }
H1.HeaderClassName
{
color: #936D6D;
}
.AnyTagClassName
{
color: #936D6D;
}
</style>
background-color css
<style>
a { background-color: #936D6D; }
a { background-color: rgb(147,109,109); }
div.DivClassName
{
background-color: #936D6D;
}
.BgClassName
{
background-color: #936D6D;
}
</style>
border-color css
<style>
span { border-color: #936D6D; }
span { border-color: rgb(147,109,109); }
td.TdClassName
{
border-color: #936D6D;
}
.TagClassName
{
border-color: #936D6D;
}
</style>