Shades of Copper Rose #936B6A
Tints of Copper Rose #936B6A
RGB
CMYK
RGB Variations
Color information
#936B6A (or 0x936B6A) is known color: Copper Rose. HEX triplet: 93, 6B and 6A. RGB value is (147,107,106). Sum of RGB (Red+Green+Blue) = 147+107+106=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 147 - color contains mainly: red. Hex color #936B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B6A is #6C9495. Grayscale: #767676. Windows color (decimal): -7115926 or 6974355. OLE color: 6974355.
HSL color Cylindrical-coordinate representation of color #936B6A: hue angle of 1.46º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936B6A is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 106 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.42 |
| HSL | 1.46º | 0.16% | 0.5% | - |
| HSV(B) | 1.46º | 0.28% | 0.58% | - |
| XYZ | 19.89 | 17.76 | 16.02 | - |
| YUV | 118.85 | 120.75 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 106 | 0 | 0.27 | 0.28 | 0.42 | 1.46 | 0.16 | 0.5 |
| Hex | 93 | 6B | 6A | 0 | 1B | 1C | 2A | 1 | 10 | 32 |
| Octal | 223 | 153 | 152 | 0 | 33 | 34 | 52 | 1 | 20 | 62 |
| Binary | 10010011 | 1101011 | 1101010 | 0 | 11011 | 11100 | 101010 | 1 | 10000 | 110010 |
Color Harmonies of #936B6A
Complementary color
Monochromatic Colors of #936B6A
Black with #936B6A
Text Example
Text Example
White with #936B6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B6A; }
p { color: rgb(147,107,106); }
H1.HeaderClassName
{
color: #936B6A;
}
.AnyTagClassName
{
color: #936B6A;
}
</style>
background-color css
<style>
a { background-color: #936B6A; }
a { background-color: rgb(147,107,106); }
div.DivClassName
{
background-color: #936B6A;
}
.BgClassName
{
background-color: #936B6A;
}
</style>
border-color css
<style>
span { border-color: #936B6A; }
span { border-color: rgb(147,107,106); }
td.TdClassName
{
border-color: #936B6A;
}
.TagClassName
{
border-color: #936B6A;
}
</style>