Shades of Copper Rose #936B69
Tints of Copper Rose #936B69
RGB
CMYK
RGB Variations
Color information
#936B69 (or 0x936B69) is known color: Copper Rose. HEX triplet: 93, 6B and 69. RGB value is (147,107,105). Sum of RGB (Red+Green+Blue) = 147+107+105=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 107 (42.19% from 255 or 29.81% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 147 - color contains mainly: red. Hex color #936B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B69 is #6C9496. Grayscale: #767676. Windows color (decimal): -7115927 or 6908819. OLE color: 6908819.
HSL color Cylindrical-coordinate representation of color #936B69: hue angle of 2.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936B69 is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 105 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.42 |
| HSL | 2.86º | 0.17% | 0.49% | - |
| HSV(B) | 2.86º | 0.29% | 0.58% | - |
| XYZ | 19.84 | 17.74 | 15.74 | - |
| YUV | 118.73 | 120.25 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 105 | 0 | 0.27 | 0.29 | 0.42 | 2.86 | 0.17 | 0.49 |
| Hex | 93 | 6B | 69 | 0 | 1B | 1D | 2A | 3 | 11 | 31 |
| Octal | 223 | 153 | 151 | 0 | 33 | 35 | 52 | 3 | 21 | 61 |
| Binary | 10010011 | 1101011 | 1101001 | 0 | 11011 | 11101 | 101010 | 11 | 10001 | 110001 |
Color Harmonies of #936B69
Complementary color
Monochromatic Colors of #936B69
Black with #936B69
Text Example
Text Example
White with #936B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B69; }
p { color: rgb(147,107,105); }
H1.HeaderClassName
{
color: #936B69;
}
.AnyTagClassName
{
color: #936B69;
}
</style>
background-color css
<style>
a { background-color: #936B69; }
a { background-color: rgb(147,107,105); }
div.DivClassName
{
background-color: #936B69;
}
.BgClassName
{
background-color: #936B69;
}
</style>
border-color css
<style>
span { border-color: #936B69; }
span { border-color: rgb(147,107,105); }
td.TdClassName
{
border-color: #936B69;
}
.TagClassName
{
border-color: #936B69;
}
</style>