Shades of Bronze Olive #604C10
Tints of Bronze Olive #604C10
RGB
CMYK
RGB Variations
Color information
#604C10 (or 0x604C10) is known color: Bronze Olive. HEX triplet: 60, 4C and 10. RGB value is (96,76,16). Sum of RGB (Red+Green+Blue) = 96+76+16=188 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.06% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 16 (6.64% from 255 or 8.51% from 188); Max value from RGB is 96 - color contains mainly: red. Hex color #604C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604C10 is #9FB3EF. Grayscale: #4B4B4B. Windows color (decimal): -10466288 or 1068128. OLE color: 1068128.
HSL color Cylindrical-coordinate representation of color #604C10: hue angle of 45º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #604C10 is Cyan = 0, Magento = 0.21, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 16 | - |
| CMYK | 0 | 0.21 | 0.83 | 0.62 |
| HSL | 45º | 0.71% | 0.22% | - |
| HSV(B) | 45º | 0.83% | 0.38% | - |
| XYZ | 7.5 | 7.69 | 1.58 | - |
| YUV | 75.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 16 | 0 | 0.21 | 0.83 | 0.62 | 45 | 0.71 | 0.22 |
| Hex | 60 | 4C | 10 | 0 | 15 | 53 | 3E | 2D | 47 | 16 |
| Octal | 140 | 114 | 20 | 0 | 25 | 123 | 76 | 55 | 107 | 26 |
| Binary | 1100000 | 1001100 | 10000 | 0 | 10101 | 1010011 | 111110 | 101101 | 1000111 | 10110 |
Color Harmonies of #604C10
Complementary color
Monochromatic Colors of #604C10
Black with #604C10
Text Example
Text Example
White with #604C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C10; }
p { color: rgb(96,76,16); }
H1.HeaderClassName
{
color: #604C10;
}
.AnyTagClassName
{
color: #604C10;
}
</style>
background-color css
<style>
a { background-color: #604C10; }
a { background-color: rgb(96,76,16); }
div.DivClassName
{
background-color: #604C10;
}
.BgClassName
{
background-color: #604C10;
}
</style>
border-color css
<style>
span { border-color: #604C10; }
span { border-color: rgb(96,76,16); }
td.TdClassName
{
border-color: #604C10;
}
.TagClassName
{
border-color: #604C10;
}
</style>