Shades of Bronze Olive #614D23
Tints of Bronze Olive #614D23
RGB
CMYK
RGB Variations
Color information
#614D23 (or 0x614D23) is known color: Bronze Olive. HEX triplet: 61, 4D and 23. RGB value is (97,77,35). Sum of RGB (Red+Green+Blue) = 97+77+35=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 77 (30.47% from 255 or 36.84% from 209); Blue value is 35 (14.06% from 255 or 16.75% from 209); Max value from RGB is 97 - color contains mainly: red. Hex color #614D23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D23 is #9EB2DC. Grayscale: #4E4E4E. Windows color (decimal): -10400477 or 2313569. OLE color: 2313569.
HSL color Cylindrical-coordinate representation of color #614D23: hue angle of 40.65º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #614D23 is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 35 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.62 |
| HSL | 40.65º | 0.47% | 0.26% | - |
| HSV(B) | 40.65º | 0.64% | 0.38% | - |
| XYZ | 7.89 | 7.97 | 2.71 | - |
| YUV | 78.19 | 103.63 | 141.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 35 | 0 | 0.21 | 0.64 | 0.62 | 40.65 | 0.47 | 0.26 |
| Hex | 61 | 4D | 23 | 0 | 15 | 40 | 3E | 29 | 2F | 1A |
| Octal | 141 | 115 | 43 | 0 | 25 | 100 | 76 | 51 | 57 | 32 |
| Binary | 1100001 | 1001101 | 100011 | 0 | 10101 | 1000000 | 111110 | 101001 | 101111 | 11010 |
Color Harmonies of #614D23
Complementary color
Monochromatic Colors of #614D23
Black with #614D23
Text Example
Text Example
White with #614D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D23; }
p { color: rgb(97,77,35); }
H1.HeaderClassName
{
color: #614D23;
}
.AnyTagClassName
{
color: #614D23;
}
</style>
background-color css
<style>
a { background-color: #614D23; }
a { background-color: rgb(97,77,35); }
div.DivClassName
{
background-color: #614D23;
}
.BgClassName
{
background-color: #614D23;
}
</style>
border-color css
<style>
span { border-color: #614D23; }
span { border-color: rgb(97,77,35); }
td.TdClassName
{
border-color: #614D23;
}
.TagClassName
{
border-color: #614D23;
}
</style>