Shades of Bronze #C6772D
Tints of Bronze #C6772D
RGB
CMYK
RGB Variations
Color information
#C6772D (or 0xC6772D) is known color: Bronze. HEX triplet: C6, 77 and 2D. RGB value is (198,119,45). Sum of RGB (Red+Green+Blue) = 198+119+45=362 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.70% from 362); Green value is 119 (46.88% from 255 or 32.87% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 198 - color contains mainly: red. Hex color #C6772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6772D is #3988D2. Grayscale: #868686. Windows color (decimal): -3770579 or 2979782. OLE color: 2979782.
HSL color Cylindrical-coordinate representation of color #C6772D: hue angle of 29.02º degrees, saturation: 0.63, 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 #C6772D is Cyan = 0, Magento = 0.40, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 119 | 45 | - |
| CMYK | 0 | 0.40 | 0.77 | 0.22 |
| HSL | 29.02º | 0.63% | 0.48% | - |
| HSV(B) | 29.02º | 0.77% | 0.78% | - |
| XYZ | 30.36 | 25.39 | 5.78 | - |
| YUV | 134.19 | 77.67 | 173.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 119 | 45 | 0 | 0.40 | 0.77 | 0.22 | 29.02 | 0.63 | 0.48 |
| Hex | C6 | 77 | 2D | 0 | 28 | 4D | 16 | 1D | 3F | 30 |
| Octal | 306 | 167 | 55 | 0 | 50 | 115 | 26 | 35 | 77 | 60 |
| Binary | 11000110 | 1110111 | 101101 | 0 | 101000 | 1001101 | 10110 | 11101 | 111111 | 110000 |
Color Harmonies of #C6772D
Complementary color
Monochromatic Colors of #C6772D
Black with #C6772D
Text Example
Text Example
White with #C6772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6772D; }
p { color: rgb(198,119,45); }
H1.HeaderClassName
{
color: #C6772D;
}
.AnyTagClassName
{
color: #C6772D;
}
</style>
background-color css
<style>
a { background-color: #C6772D; }
a { background-color: rgb(198,119,45); }
div.DivClassName
{
background-color: #C6772D;
}
.BgClassName
{
background-color: #C6772D;
}
</style>
border-color css
<style>
span { border-color: #C6772D; }
span { border-color: rgb(198,119,45); }
td.TdClassName
{
border-color: #C6772D;
}
.TagClassName
{
border-color: #C6772D;
}
</style>