Shades of Bronze Olive #61520D
Tints of Bronze Olive #61520D
RGB
CMYK
RGB Variations
Color information
#61520D (or 0x61520D) is known color: Bronze Olive. HEX triplet: 61, 52 and 0D. RGB value is (97,82,13). Sum of RGB (Red+Green+Blue) = 97+82+13=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 82 (32.42% from 255 or 42.71% from 192); Blue value is 13 (5.47% from 255 or 6.77% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61520D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61520D is #9EADF2. Grayscale: #4E4E4E. Windows color (decimal): -10399219 or 873057. OLE color: 873057.
HSL color Cylindrical-coordinate representation of color #61520D: hue angle of 49.29º 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 #61520D is Cyan = 0, Magento = 0.15, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 13 | - |
| CMYK | 0 | 0.15 | 0.87 | 0.62 |
| HSL | 49.29º | 0.76% | 0.22% | - |
| HSV(B) | 49.29º | 0.87% | 0.38% | - |
| XYZ | 8.02 | 8.61 | 1.62 | - |
| YUV | 78.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 13 | 0 | 0.15 | 0.87 | 0.62 | 49.29 | 0.76 | 0.22 |
| Hex | 61 | 52 | D | 0 | F | 57 | 3E | 31 | 4C | 16 |
| Octal | 141 | 122 | 15 | 0 | 17 | 127 | 76 | 61 | 114 | 26 |
| Binary | 1100001 | 1010010 | 1101 | 0 | 1111 | 1010111 | 111110 | 110001 | 1001100 | 10110 |
Color Harmonies of #61520D
Complementary color
Monochromatic Colors of #61520D
Black with #61520D
Text Example
Text Example
White with #61520D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61520D; }
p { color: rgb(97,82,13); }
H1.HeaderClassName
{
color: #61520D;
}
.AnyTagClassName
{
color: #61520D;
}
</style>
background-color css
<style>
a { background-color: #61520D; }
a { background-color: rgb(97,82,13); }
div.DivClassName
{
background-color: #61520D;
}
.BgClassName
{
background-color: #61520D;
}
</style>
border-color css
<style>
span { border-color: #61520D; }
span { border-color: rgb(97,82,13); }
td.TdClassName
{
border-color: #61520D;
}
.TagClassName
{
border-color: #61520D;
}
</style>