Shades of Bronze Olive #614D25
Tints of Bronze Olive #614D25
RGB
CMYK
RGB Variations
Color information
#614D25 (or 0x614D25) is known color: Bronze Olive. HEX triplet: 61, 4D and 25. RGB value is (97,77,37). Sum of RGB (Red+Green+Blue) = 97+77+37=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 77 (30.47% from 255 or 36.49% from 211); Blue value is 37 (14.84% from 255 or 17.54% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D25 is #9EB2DA. Grayscale: #4E4E4E. Windows color (decimal): -10400475 or 2444641. OLE color: 2444641.
HSL color Cylindrical-coordinate representation of color #614D25: hue angle of 40º 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 #614D25 is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 37 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.62 |
| HSL | 40º | 0.45% | 0.26% | - |
| HSV(B) | 40º | 0.62% | 0.38% | - |
| XYZ | 7.92 | 7.98 | 2.87 | - |
| YUV | 78.42 | 104.63 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 37 | 0 | 0.21 | 0.62 | 0.62 | 40 | 0.45 | 0.26 |
| Hex | 61 | 4D | 25 | 0 | 15 | 3E | 3E | 28 | 2D | 1A |
| Octal | 141 | 115 | 45 | 0 | 25 | 76 | 76 | 50 | 55 | 32 |
| Binary | 1100001 | 1001101 | 100101 | 0 | 10101 | 111110 | 111110 | 101000 | 101101 | 11010 |
Color Harmonies of #614D25
Complementary color
Monochromatic Colors of #614D25
Black with #614D25
Text Example
Text Example
White with #614D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D25; }
p { color: rgb(97,77,37); }
H1.HeaderClassName
{
color: #614D25;
}
.AnyTagClassName
{
color: #614D25;
}
</style>
background-color css
<style>
a { background-color: #614D25; }
a { background-color: rgb(97,77,37); }
div.DivClassName
{
background-color: #614D25;
}
.BgClassName
{
background-color: #614D25;
}
</style>
border-color css
<style>
span { border-color: #614D25; }
span { border-color: rgb(97,77,37); }
td.TdClassName
{
border-color: #614D25;
}
.TagClassName
{
border-color: #614D25;
}
</style>