Shades of Bronze Olive #624F25
Tints of Bronze Olive #624F25
RGB
CMYK
RGB Variations
Color information
#624F25 (or 0x624F25) is known color: Bronze Olive. HEX triplet: 62, 4F and 25. RGB value is (98,79,37). Sum of RGB (Red+Green+Blue) = 98+79+37=214 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.79% from 214); Green value is 79 (31.25% from 255 or 36.92% from 214); Blue value is 37 (14.84% from 255 or 17.29% from 214); Max value from RGB is 98 - color contains mainly: red. Hex color #624F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F25 is #9DB0DA. Grayscale: #505050. Windows color (decimal): -10334427 or 2445154. OLE color: 2445154.
HSL color Cylindrical-coordinate representation of color #624F25: hue angle of 41.31º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #624F25 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 37 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.62 |
| HSL | 41.31º | 0.45% | 0.26% | - |
| HSV(B) | 41.31º | 0.62% | 0.38% | - |
| XYZ | 8.17 | 8.32 | 2.93 | - |
| YUV | 79.89 | 103.79 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 37 | 0 | 0.19 | 0.62 | 0.62 | 41.31 | 0.45 | 0.26 |
| Hex | 62 | 4F | 25 | 0 | 13 | 3E | 3E | 29 | 2D | 1A |
| Octal | 142 | 117 | 45 | 0 | 23 | 76 | 76 | 51 | 55 | 32 |
| Binary | 1100010 | 1001111 | 100101 | 0 | 10011 | 111110 | 111110 | 101001 | 101101 | 11010 |
Color Harmonies of #624F25
Complementary color
Monochromatic Colors of #624F25
Black with #624F25
Text Example
Text Example
White with #624F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F25; }
p { color: rgb(98,79,37); }
H1.HeaderClassName
{
color: #624F25;
}
.AnyTagClassName
{
color: #624F25;
}
</style>
background-color css
<style>
a { background-color: #624F25; }
a { background-color: rgb(98,79,37); }
div.DivClassName
{
background-color: #624F25;
}
.BgClassName
{
background-color: #624F25;
}
</style>
border-color css
<style>
span { border-color: #624F25; }
span { border-color: rgb(98,79,37); }
td.TdClassName
{
border-color: #624F25;
}
.TagClassName
{
border-color: #624F25;
}
</style>