Shades of Bronze Olive #61511D
Tints of Bronze Olive #61511D
RGB
CMYK
RGB Variations
Color information
#61511D (or 0x61511D) is known color: Bronze Olive. HEX triplet: 61, 51 and 1D. RGB value is (97,81,29). Sum of RGB (Red+Green+Blue) = 97+81+29=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 81 (32.03% from 255 or 39.13% from 207); Blue value is 29 (11.72% from 255 or 14.01% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61511D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61511D is #9EAEE2. Grayscale: #505050. Windows color (decimal): -10399459 or 1921377. OLE color: 1921377.
HSL color Cylindrical-coordinate representation of color #61511D: hue angle of 45.88º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61511D is Cyan = 0, Magento = 0.16, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 29 | - |
| CMYK | 0 | 0.16 | 0.70 | 0.62 |
| HSL | 45.88º | 0.54% | 0.25% | - |
| HSV(B) | 45.88º | 0.7% | 0.38% | - |
| XYZ | 8.09 | 8.51 | 2.38 | - |
| YUV | 79.86 | 99.3 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 29 | 0 | 0.16 | 0.70 | 0.62 | 45.88 | 0.54 | 0.25 |
| Hex | 61 | 51 | 1D | 0 | 10 | 46 | 3E | 2E | 36 | 19 |
| Octal | 141 | 121 | 35 | 0 | 20 | 106 | 76 | 56 | 66 | 31 |
| Binary | 1100001 | 1010001 | 11101 | 0 | 10000 | 1000110 | 111110 | 101110 | 110110 | 11001 |
Color Harmonies of #61511D
Complementary color
Monochromatic Colors of #61511D
Black with #61511D
Text Example
Text Example
White with #61511D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61511D; }
p { color: rgb(97,81,29); }
H1.HeaderClassName
{
color: #61511D;
}
.AnyTagClassName
{
color: #61511D;
}
</style>
background-color css
<style>
a { background-color: #61511D; }
a { background-color: rgb(97,81,29); }
div.DivClassName
{
background-color: #61511D;
}
.BgClassName
{
background-color: #61511D;
}
</style>
border-color css
<style>
span { border-color: #61511D; }
span { border-color: rgb(97,81,29); }
td.TdClassName
{
border-color: #61511D;
}
.TagClassName
{
border-color: #61511D;
}
</style>