Shades of Bronze Olive #614F0D
Tints of Bronze Olive #614F0D
RGB
CMYK
RGB Variations
Color information
#614F0D (or 0x614F0D) is known color: Bronze Olive. HEX triplet: 61, 4F and 0D. RGB value is (97,79,13). Sum of RGB (Red+Green+Blue) = 97+79+13=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 79 (31.25% from 255 or 41.80% from 189); Blue value is 13 (5.47% from 255 or 6.88% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #614F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #614F0D is #9EB0F2. Grayscale: #4D4D4D. Windows color (decimal): -10399987 or 872289. OLE color: 872289.
HSL color Cylindrical-coordinate representation of color #614F0D: hue angle of 47.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #614F0D is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 13 | - |
| CMYK | 0 | 0.19 | 0.87 | 0.62 |
| HSL | 47.14º | 0.76% | 0.22% | - |
| HSV(B) | 47.14º | 0.87% | 0.38% | - |
| XYZ | 7.8 | 8.16 | 1.55 | - |
| YUV | 76.86 | 91.96 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 13 | 0 | 0.19 | 0.87 | 0.62 | 47.14 | 0.76 | 0.22 |
| Hex | 61 | 4F | D | 0 | 13 | 57 | 3E | 2F | 4C | 16 |
| Octal | 141 | 117 | 15 | 0 | 23 | 127 | 76 | 57 | 114 | 26 |
| Binary | 1100001 | 1001111 | 1101 | 0 | 10011 | 1010111 | 111110 | 101111 | 1001100 | 10110 |
Color Harmonies of #614F0D
Complementary color
Monochromatic Colors of #614F0D
Black with #614F0D
Text Example
Text Example
White with #614F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F0D; }
p { color: rgb(97,79,13); }
H1.HeaderClassName
{
color: #614F0D;
}
.AnyTagClassName
{
color: #614F0D;
}
</style>
background-color css
<style>
a { background-color: #614F0D; }
a { background-color: rgb(97,79,13); }
div.DivClassName
{
background-color: #614F0D;
}
.BgClassName
{
background-color: #614F0D;
}
</style>
border-color css
<style>
span { border-color: #614F0D; }
span { border-color: rgb(97,79,13); }
td.TdClassName
{
border-color: #614F0D;
}
.TagClassName
{
border-color: #614F0D;
}
</style>