Shades of Copper Rose #936C6B
Tints of Copper Rose #936C6B
RGB
CMYK
RGB Variations
Color information
#936C6B (or 0x936C6B) is known color: Copper Rose. HEX triplet: 93, 6C and 6B. RGB value is (147,108,107). Sum of RGB (Red+Green+Blue) = 147+108+107=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 108 (42.58% from 255 or 29.83% from 362); Blue value is 107 (42.19% from 255 or 29.56% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #936C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936C6B is #6C9394. Grayscale: #777777. Windows color (decimal): -7115669 or 7040147. OLE color: 7040147.
HSL color Cylindrical-coordinate representation of color #936C6B: hue angle of 1.5º 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 #936C6B is Cyan = 0, Magento = 0.27, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 108 | 107 | - |
| CMYK | 0 | 0.27 | 0.27 | 0.42 |
| HSL | 1.5º | 0.16% | 0.5% | - |
| HSV(B) | 1.5º | 0.27% | 0.58% | - |
| XYZ | 20.05 | 17.99 | 16.33 | - |
| YUV | 119.55 | 120.92 | 147.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 108 | 107 | 0 | 0.27 | 0.27 | 0.42 | 1.5 | 0.16 | 0.5 |
| Hex | 93 | 6C | 6B | 0 | 1B | 1B | 2A | 2 | 10 | 32 |
| Octal | 223 | 154 | 153 | 0 | 33 | 33 | 52 | 2 | 20 | 62 |
| Binary | 10010011 | 1101100 | 1101011 | 0 | 11011 | 11011 | 101010 | 10 | 10000 | 110010 |
Color Harmonies of #936C6B
Complementary color
Monochromatic Colors of #936C6B
Black with #936C6B
Text Example
Text Example
White with #936C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936C6B; }
p { color: rgb(147,108,107); }
H1.HeaderClassName
{
color: #936C6B;
}
.AnyTagClassName
{
color: #936C6B;
}
</style>
background-color css
<style>
a { background-color: #936C6B; }
a { background-color: rgb(147,108,107); }
div.DivClassName
{
background-color: #936C6B;
}
.BgClassName
{
background-color: #936C6B;
}
</style>
border-color css
<style>
span { border-color: #936C6B; }
span { border-color: rgb(147,108,107); }
td.TdClassName
{
border-color: #936C6B;
}
.TagClassName
{
border-color: #936C6B;
}
</style>