Shades of Bronze #D68136
Tints of Bronze #D68136
RGB
CMYK
RGB Variations
Color information
#D68136 (or 0xD68136) is known color: Bronze. HEX triplet: D6, 81 and 36. RGB value is (214,129,54). Sum of RGB (Red+Green+Blue) = 214+129+54=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 129 (50.78% from 255 or 32.49% from 397); Blue value is 54 (21.48% from 255 or 13.60% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D68136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68136 is #297EC9. Grayscale: #929292. Windows color (decimal): -2719434 or 3572182. OLE color: 3572182.
HSL color Cylindrical-coordinate representation of color #D68136: hue angle of 28.12º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D68136 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 129 | 54 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.16 |
| HSL | 28.13º | 0.66% | 0.53% | - |
| HSV(B) | 28.13º | 0.75% | 0.84% | - |
| XYZ | 36.25 | 30.26 | 7.42 | - |
| YUV | 145.87 | 76.16 | 176.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 129 | 54 | 0 | 0.40 | 0.75 | 0.16 | 28.13 | 0.66 | 0.53 |
| Hex | D6 | 81 | 36 | 0 | 28 | 4B | 10 | 1C | 42 | 35 |
| Octal | 326 | 201 | 66 | 0 | 50 | 113 | 20 | 34 | 102 | 65 |
| Binary | 11010110 | 10000001 | 110110 | 0 | 101000 | 1001011 | 10000 | 11100 | 1000010 | 110101 |
Color Harmonies of #D68136
Complementary color
Monochromatic Colors of #D68136
Black with #D68136
Text Example
Text Example
White with #D68136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68136; }
p { color: rgb(214,129,54); }
H1.HeaderClassName
{
color: #D68136;
}
.AnyTagClassName
{
color: #D68136;
}
</style>
background-color css
<style>
a { background-color: #D68136; }
a { background-color: rgb(214,129,54); }
div.DivClassName
{
background-color: #D68136;
}
.BgClassName
{
background-color: #D68136;
}
</style>
border-color css
<style>
span { border-color: #D68136; }
span { border-color: rgb(214,129,54); }
td.TdClassName
{
border-color: #D68136;
}
.TagClassName
{
border-color: #D68136;
}
</style>