Shades of Bronze Olive #624D13
Tints of Bronze Olive #624D13
RGB
CMYK
RGB Variations
Color information
#624D13 (or 0x624D13) is known color: Bronze Olive. HEX triplet: 62, 4D and 13. RGB value is (98,77,19). Sum of RGB (Red+Green+Blue) = 98+77+19=194 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.52% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 19 (7.81% from 255 or 9.79% from 194); Max value from RGB is 98 - color contains mainly: red. Hex color #624D13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #624D13 is #9DB2EC. Grayscale: #4C4C4C. Windows color (decimal): -10334957 or 1264994. OLE color: 1264994.
HSL color Cylindrical-coordinate representation of color #624D13: hue angle of 44.05º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #624D13 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 77 | 19 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.62 |
| HSL | 44.05º | 0.68% | 0.23% | - |
| HSV(B) | 44.05º | 0.81% | 0.38% | - |
| XYZ | 7.81 | 7.95 | 1.74 | - |
| YUV | 76.67 | 95.46 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 77 | 19 | 0 | 0.21 | 0.81 | 0.62 | 44.05 | 0.68 | 0.23 |
| Hex | 62 | 4D | 13 | 0 | 15 | 51 | 3E | 2C | 44 | 17 |
| Octal | 142 | 115 | 23 | 0 | 25 | 121 | 76 | 54 | 104 | 27 |
| Binary | 1100010 | 1001101 | 10011 | 0 | 10101 | 1010001 | 111110 | 101100 | 1000100 | 10111 |
Color Harmonies of #624D13
Complementary color
Monochromatic Colors of #624D13
Black with #624D13
Text Example
Text Example
White with #624D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624D13; }
p { color: rgb(98,77,19); }
H1.HeaderClassName
{
color: #624D13;
}
.AnyTagClassName
{
color: #624D13;
}
</style>
background-color css
<style>
a { background-color: #624D13; }
a { background-color: rgb(98,77,19); }
div.DivClassName
{
background-color: #624D13;
}
.BgClassName
{
background-color: #624D13;
}
</style>
border-color css
<style>
span { border-color: #624D13; }
span { border-color: rgb(98,77,19); }
td.TdClassName
{
border-color: #624D13;
}
.TagClassName
{
border-color: #624D13;
}
</style>