Shades of Copper #D6836B
Tints of Copper #D6836B
RGB
CMYK
RGB Variations
Color information
#D6836B (or 0xD6836B) is known color: Copper. HEX triplet: D6, 83 and 6B. RGB value is (214,131,107). Sum of RGB (Red+Green+Blue) = 214+131+107=452 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.35% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 107 (42.19% from 255 or 23.67% from 452); Max value from RGB is 214 - color contains mainly: red. Hex color #D6836B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6836B is #297C94. Grayscale: #999999. Windows color (decimal): -2718869 or 7046102. OLE color: 7046102.
HSL color Cylindrical-coordinate representation of color #D6836B: hue angle of 13.46º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6836B is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 131 | 107 | - |
| CMYK | 0 | 0.39 | 0.50 | 0.16 |
| HSL | 13.46º | 0.57% | 0.63% | - |
| HSV(B) | 13.46º | 0.5% | 0.84% | - |
| XYZ | 38.5 | 31.59 | 17.98 | - |
| YUV | 153.08 | 102 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 131 | 107 | 0 | 0.39 | 0.50 | 0.16 | 13.46 | 0.57 | 0.63 |
| Hex | D6 | 83 | 6B | 0 | 27 | 32 | 10 | D | 39 | 3F |
| Octal | 326 | 203 | 153 | 0 | 47 | 62 | 20 | 15 | 71 | 77 |
| Binary | 11010110 | 10000011 | 1101011 | 0 | 100111 | 110010 | 10000 | 1101 | 111001 | 111111 |
Color Harmonies of #D6836B
Complementary color
Monochromatic Colors of #D6836B
Black with #D6836B
Text Example
Text Example
White with #D6836B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6836B; }
p { color: rgb(214,131,107); }
H1.HeaderClassName
{
color: #D6836B;
}
.AnyTagClassName
{
color: #D6836B;
}
</style>
background-color css
<style>
a { background-color: #D6836B; }
a { background-color: rgb(214,131,107); }
div.DivClassName
{
background-color: #D6836B;
}
.BgClassName
{
background-color: #D6836B;
}
</style>
border-color css
<style>
span { border-color: #D6836B; }
span { border-color: rgb(214,131,107); }
td.TdClassName
{
border-color: #D6836B;
}
.TagClassName
{
border-color: #D6836B;
}
</style>