Shades of Bronze #C6782C
Tints of Bronze #C6782C
RGB
CMYK
RGB Variations
Color information
#C6782C (or 0xC6782C) is known color: Bronze. HEX triplet: C6, 78 and 2C. RGB value is (198,120,44). Sum of RGB (Red+Green+Blue) = 198+120+44=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 120 (47.27% from 255 or 33.15% from 362); Blue value is 44 (17.58% from 255 or 12.15% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6782C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6782C is #3987D3. Grayscale: #878787. Windows color (decimal): -3770324 or 2914502. OLE color: 2914502.
HSL color Cylindrical-coordinate representation of color #C6782C: hue angle of 29.61º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C6782C is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 120 | 44 | - |
| CMYK | 0 | 0.39 | 0.78 | 0.22 |
| HSL | 29.61º | 0.64% | 0.47% | - |
| HSV(B) | 29.61º | 0.78% | 0.78% | - |
| XYZ | 30.46 | 25.62 | 5.72 | - |
| YUV | 134.66 | 76.84 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 120 | 44 | 0 | 0.39 | 0.78 | 0.22 | 29.61 | 0.64 | 0.47 |
| Hex | C6 | 78 | 2C | 0 | 27 | 4E | 16 | 1E | 40 | 2F |
| Octal | 306 | 170 | 54 | 0 | 47 | 116 | 26 | 36 | 100 | 57 |
| Binary | 11000110 | 1111000 | 101100 | 0 | 100111 | 1001110 | 10110 | 11110 | 1000000 | 101111 |
Color Harmonies of #C6782C
Complementary color
Monochromatic Colors of #C6782C
Black with #C6782C
Text Example
Text Example
White with #C6782C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6782C; }
p { color: rgb(198,120,44); }
H1.HeaderClassName
{
color: #C6782C;
}
.AnyTagClassName
{
color: #C6782C;
}
</style>
background-color css
<style>
a { background-color: #C6782C; }
a { background-color: rgb(198,120,44); }
div.DivClassName
{
background-color: #C6782C;
}
.BgClassName
{
background-color: #C6782C;
}
</style>
border-color css
<style>
span { border-color: #C6782C; }
span { border-color: rgb(198,120,44); }
td.TdClassName
{
border-color: #C6782C;
}
.TagClassName
{
border-color: #C6782C;
}
</style>