Shades of Copper Rose #99706D
Tints of Copper Rose #99706D
RGB
CMYK
RGB Variations
Color information
#99706D (or 0x99706D) is known color: Copper Rose. HEX triplet: 99, 70 and 6D. RGB value is (153,112,109). Sum of RGB (Red+Green+Blue) = 153+112+109=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 112 (44.14% from 255 or 29.95% from 374); Blue value is 109 (42.97% from 255 or 29.14% from 374); Max value from RGB is 153 - color contains mainly: red. Hex color #99706D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99706D is #668F92. Grayscale: #7B7B7B. Windows color (decimal): -6721427 or 7172249. OLE color: 7172249.
HSL color Cylindrical-coordinate representation of color #99706D: hue angle of 4.09º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99706D is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 112 | 109 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.4 |
| HSL | 4.09º | 0.18% | 0.51% | - |
| HSV(B) | 4.09º | 0.29% | 0.6% | - |
| XYZ | 21.69 | 19.46 | 17.08 | - |
| YUV | 123.92 | 119.58 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 112 | 109 | 0 | 0.27 | 0.29 | 0.4 | 4.09 | 0.18 | 0.51 |
| Hex | 99 | 70 | 6D | 0 | 1B | 1D | 28 | 4 | 12 | 33 |
| Octal | 231 | 160 | 155 | 0 | 33 | 35 | 50 | 4 | 22 | 63 |
| Binary | 10011001 | 1110000 | 1101101 | 0 | 11011 | 11101 | 101000 | 100 | 10010 | 110011 |
Color Harmonies of #99706D
Complementary color
Monochromatic Colors of #99706D
Black with #99706D
Text Example
Text Example
White with #99706D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99706D; }
p { color: rgb(153,112,109); }
H1.HeaderClassName
{
color: #99706D;
}
.AnyTagClassName
{
color: #99706D;
}
</style>
background-color css
<style>
a { background-color: #99706D; }
a { background-color: rgb(153,112,109); }
div.DivClassName
{
background-color: #99706D;
}
.BgClassName
{
background-color: #99706D;
}
</style>
border-color css
<style>
span { border-color: #99706D; }
span { border-color: rgb(153,112,109); }
td.TdClassName
{
border-color: #99706D;
}
.TagClassName
{
border-color: #99706D;
}
</style>