Shades of Bronze Olive #614B24
Tints of Bronze Olive #614B24
RGB
CMYK
RGB Variations
Color information
#614B24 (or 0x614B24) is known color: Bronze Olive. HEX triplet: 61, 4B and 24. RGB value is (97,75,36). Sum of RGB (Red+Green+Blue) = 97+75+36=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 36 (14.45% from 255 or 17.31% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #614B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614B24 is #9EB4DB. Grayscale: #4D4D4D. Windows color (decimal): -10400988 or 2378593. OLE color: 2378593.
HSL color Cylindrical-coordinate representation of color #614B24: hue angle of 38.36º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #614B24 is Cyan = 0, Magento = 0.23, Yellow = 0.63 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 36 | - |
| CMYK | 0 | 0.23 | 0.63 | 0.62 |
| HSL | 38.36º | 0.46% | 0.26% | - |
| HSV(B) | 38.36º | 0.63% | 0.38% | - |
| XYZ | 7.76 | 7.7 | 2.75 | - |
| YUV | 77.13 | 104.79 | 142.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 36 | 0 | 0.23 | 0.63 | 0.62 | 38.36 | 0.46 | 0.26 |
| Hex | 61 | 4B | 24 | 0 | 17 | 3F | 3E | 26 | 2E | 1A |
| Octal | 141 | 113 | 44 | 0 | 27 | 77 | 76 | 46 | 56 | 32 |
| Binary | 1100001 | 1001011 | 100100 | 0 | 10111 | 111111 | 111110 | 100110 | 101110 | 11010 |
Color Harmonies of #614B24
Complementary color
Monochromatic Colors of #614B24
Black with #614B24
Text Example
Text Example
White with #614B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B24; }
p { color: rgb(97,75,36); }
H1.HeaderClassName
{
color: #614B24;
}
.AnyTagClassName
{
color: #614B24;
}
</style>
background-color css
<style>
a { background-color: #614B24; }
a { background-color: rgb(97,75,36); }
div.DivClassName
{
background-color: #614B24;
}
.BgClassName
{
background-color: #614B24;
}
</style>
border-color css
<style>
span { border-color: #614B24; }
span { border-color: rgb(97,75,36); }
td.TdClassName
{
border-color: #614B24;
}
.TagClassName
{
border-color: #614B24;
}
</style>