Shades of Bronze Olive #614B18
Tints of Bronze Olive #614B18
RGB
CMYK
RGB Variations
Color information
#614B18 (or 0x614B18) is known color: Bronze Olive. HEX triplet: 61, 4B and 18. RGB value is (97,75,24). Sum of RGB (Red+Green+Blue) = 97+75+24=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 75 (29.69% from 255 or 38.27% from 196); Blue value is 24 (9.77% from 255 or 12.24% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #614B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #614B18 is #9EB4E7. Grayscale: #4B4B4B. Windows color (decimal): -10401000 or 1592161. OLE color: 1592161.
HSL color Cylindrical-coordinate representation of color #614B18: hue angle of 41.92º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #614B18 is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 75 | 24 | - |
| CMYK | 0 | 0.23 | 0.75 | 0.62 |
| HSL | 41.92º | 0.6% | 0.24% | - |
| HSV(B) | 41.92º | 0.75% | 0.38% | - |
| XYZ | 7.61 | 7.64 | 1.94 | - |
| YUV | 75.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 75 | 24 | 0 | 0.23 | 0.75 | 0.62 | 41.92 | 0.6 | 0.24 |
| Hex | 61 | 4B | 18 | 0 | 17 | 4B | 3E | 2A | 3C | 18 |
| Octal | 141 | 113 | 30 | 0 | 27 | 113 | 76 | 52 | 74 | 30 |
| Binary | 1100001 | 1001011 | 11000 | 0 | 10111 | 1001011 | 111110 | 101010 | 111100 | 11000 |
Color Harmonies of #614B18
Complementary color
Monochromatic Colors of #614B18
Black with #614B18
Text Example
Text Example
White with #614B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614B18; }
p { color: rgb(97,75,24); }
H1.HeaderClassName
{
color: #614B18;
}
.AnyTagClassName
{
color: #614B18;
}
</style>
background-color css
<style>
a { background-color: #614B18; }
a { background-color: rgb(97,75,24); }
div.DivClassName
{
background-color: #614B18;
}
.BgClassName
{
background-color: #614B18;
}
</style>
border-color css
<style>
span { border-color: #614B18; }
span { border-color: rgb(97,75,24); }
td.TdClassName
{
border-color: #614B18;
}
.TagClassName
{
border-color: #614B18;
}
</style>