Shades of Bronze Olive #61501F
Tints of Bronze Olive #61501F
RGB
CMYK
RGB Variations
Color information
#61501F (or 0x61501F) is known color: Bronze Olive. HEX triplet: 61, 50 and 1F. RGB value is (97,80,31). Sum of RGB (Red+Green+Blue) = 97+80+31=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 80 (31.64% from 255 or 38.46% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61501F is #9EAFE0. Grayscale: #4F4F4F. Windows color (decimal): -10399713 or 2052193. OLE color: 2052193.
HSL color Cylindrical-coordinate representation of color #61501F: hue angle of 44.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #61501F is Cyan = 0, Magento = 0.18, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 80 | 31 | - |
| CMYK | 0 | 0.18 | 0.68 | 0.62 |
| HSL | 44.55º | 0.52% | 0.25% | - |
| HSV(B) | 44.55º | 0.68% | 0.38% | - |
| XYZ | 8.05 | 8.38 | 2.49 | - |
| YUV | 79.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 31 | 0 | 0.18 | 0.68 | 0.62 | 44.55 | 0.52 | 0.25 |
| Hex | 61 | 50 | 1F | 0 | 12 | 44 | 3E | 2D | 34 | 19 |
| Octal | 141 | 120 | 37 | 0 | 22 | 104 | 76 | 55 | 64 | 31 |
| Binary | 1100001 | 1010000 | 11111 | 0 | 10010 | 1000100 | 111110 | 101101 | 110100 | 11001 |
Color Harmonies of #61501F
Complementary color
Monochromatic Colors of #61501F
Black with #61501F
Text Example
Text Example
White with #61501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61501F; }
p { color: rgb(97,80,31); }
H1.HeaderClassName
{
color: #61501F;
}
.AnyTagClassName
{
color: #61501F;
}
</style>
background-color css
<style>
a { background-color: #61501F; }
a { background-color: rgb(97,80,31); }
div.DivClassName
{
background-color: #61501F;
}
.BgClassName
{
background-color: #61501F;
}
</style>
border-color css
<style>
span { border-color: #61501F; }
span { border-color: rgb(97,80,31); }
td.TdClassName
{
border-color: #61501F;
}
.TagClassName
{
border-color: #61501F;
}
</style>