Shades of Bronze Olive #614C25
Tints of Bronze Olive #614C25
RGB
CMYK
RGB Variations
Color information
#614C25 (or 0x614C25) is known color: Bronze Olive. HEX triplet: 61, 4C and 25. RGB value is (97,76,37). Sum of RGB (Red+Green+Blue) = 97+76+37=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #614C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C25 is #9EB3DA. Grayscale: #4E4E4E. Windows color (decimal): -10400731 or 2444385. OLE color: 2444385.
HSL color Cylindrical-coordinate representation of color #614C25: hue angle of 39º 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 #614C25 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 37 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.62 |
| HSL | 39º | 0.45% | 0.26% | - |
| HSV(B) | 39º | 0.62% | 0.38% | - |
| XYZ | 7.85 | 7.84 | 2.85 | - |
| YUV | 77.83 | 104.96 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 37 | 0 | 0.22 | 0.62 | 0.62 | 39 | 0.45 | 0.26 |
| Hex | 61 | 4C | 25 | 0 | 16 | 3E | 3E | 27 | 2D | 1A |
| Octal | 141 | 114 | 45 | 0 | 26 | 76 | 76 | 47 | 55 | 32 |
| Binary | 1100001 | 1001100 | 100101 | 0 | 10110 | 111110 | 111110 | 100111 | 101101 | 11010 |
Color Harmonies of #614C25
Complementary color
Monochromatic Colors of #614C25
Black with #614C25
Text Example
Text Example
White with #614C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C25; }
p { color: rgb(97,76,37); }
H1.HeaderClassName
{
color: #614C25;
}
.AnyTagClassName
{
color: #614C25;
}
</style>
background-color css
<style>
a { background-color: #614C25; }
a { background-color: rgb(97,76,37); }
div.DivClassName
{
background-color: #614C25;
}
.BgClassName
{
background-color: #614C25;
}
</style>
border-color css
<style>
span { border-color: #614C25; }
span { border-color: rgb(97,76,37); }
td.TdClassName
{
border-color: #614C25;
}
.TagClassName
{
border-color: #614C25;
}
</style>