Shades of Bronze #C6782E
Tints of Bronze #C6782E
RGB
CMYK
RGB Variations
Color information
#C6782E (or 0xC6782E) is known color: Bronze. HEX triplet: C6, 78 and 2E. RGB value is (198,120,46). Sum of RGB (Red+Green+Blue) = 198+120+46=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 120 (47.27% from 255 or 32.97% from 364); Blue value is 46 (18.36% from 255 or 12.64% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782E is #3987D1. Grayscale: #878787. Windows color (decimal): -3770322 or 3045574. OLE color: 3045574.
HSL color Cylindrical-coordinate representation of color #C6782E: hue angle of 29.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C6782E is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 46 | - |
| CMYK | 0 | 0.39 | 0.77 | 0.22 |
| HSL | 29.21º | 0.62% | 0.48% | - |
| HSV(B) | 29.21º | 0.77% | 0.78% | - |
| XYZ | 30.5 | 25.64 | 5.93 | - |
| YUV | 134.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 46 | 0 | 0.39 | 0.77 | 0.22 | 29.21 | 0.62 | 0.48 |
| Hex | C6 | 78 | 2E | 0 | 27 | 4D | 16 | 1D | 3E | 30 |
| Octal | 306 | 170 | 56 | 0 | 47 | 115 | 26 | 35 | 76 | 60 |
| Binary | 11000110 | 1111000 | 101110 | 0 | 100111 | 1001101 | 10110 | 11101 | 111110 | 110000 |
Color Harmonies of #C6782E
Complementary color
Monochromatic Colors of #C6782E
Black with #C6782E
Text Example
Text Example
White with #C6782E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6782E; }
p { color: rgb(198,120,46); }
H1.HeaderClassName
{
color: #C6782E;
}
.AnyTagClassName
{
color: #C6782E;
}
</style>
background-color css
<style>
a { background-color: #C6782E; }
a { background-color: rgb(198,120,46); }
div.DivClassName
{
background-color: #C6782E;
}
.BgClassName
{
background-color: #C6782E;
}
</style>
border-color css
<style>
span { border-color: #C6782E; }
span { border-color: rgb(198,120,46); }
td.TdClassName
{
border-color: #C6782E;
}
.TagClassName
{
border-color: #C6782E;
}
</style>