Shades of Bronze Olive #614C26
Tints of Bronze Olive #614C26
RGB
CMYK
RGB Variations
Color information
#614C26 (or 0x614C26) is known color: Bronze Olive. HEX triplet: 61, 4C and 26. RGB value is (97,76,38). Sum of RGB (Red+Green+Blue) = 97+76+38=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #614C26 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C26 is #9EB3D9. Grayscale: #4E4E4E. Windows color (decimal): -10400730 or 2509921. OLE color: 2509921.
HSL color Cylindrical-coordinate representation of color #614C26: hue angle of 38.64º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #614C26 is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 76 | 38 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.62 |
| HSL | 38.64º | 0.44% | 0.26% | - |
| HSV(B) | 38.64º | 0.61% | 0.38% | - |
| XYZ | 7.86 | 7.85 | 2.93 | - |
| YUV | 77.95 | 105.46 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 76 | 38 | 0 | 0.22 | 0.61 | 0.62 | 38.64 | 0.44 | 0.26 |
| Hex | 61 | 4C | 26 | 0 | 16 | 3D | 3E | 27 | 2C | 1A |
| Octal | 141 | 114 | 46 | 0 | 26 | 75 | 76 | 47 | 54 | 32 |
| Binary | 1100001 | 1001100 | 100110 | 0 | 10110 | 111101 | 111110 | 100111 | 101100 | 11010 |
Color Harmonies of #614C26
Complementary color
Monochromatic Colors of #614C26
Black with #614C26
Text Example
Text Example
White with #614C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614C26; }
p { color: rgb(97,76,38); }
H1.HeaderClassName
{
color: #614C26;
}
.AnyTagClassName
{
color: #614C26;
}
</style>
background-color css
<style>
a { background-color: #614C26; }
a { background-color: rgb(97,76,38); }
div.DivClassName
{
background-color: #614C26;
}
.BgClassName
{
background-color: #614C26;
}
</style>
border-color css
<style>
span { border-color: #614C26; }
span { border-color: rgb(97,76,38); }
td.TdClassName
{
border-color: #614C26;
}
.TagClassName
{
border-color: #614C26;
}
</style>