Shades of Bronze Olive #61560F
Tints of Bronze Olive #61560F
RGB
CMYK
RGB Variations
Color information
#61560F (or 0x61560F) is known color: Bronze Olive. HEX triplet: 61, 56 and 0F. RGB value is (97,86,15). Sum of RGB (Red+Green+Blue) = 97+86+15=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 86 (33.98% from 255 or 43.43% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61560F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61560F is #9EA9F0. Grayscale: #515151. Windows color (decimal): -10398193 or 1005153. OLE color: 1005153.
HSL color Cylindrical-coordinate representation of color #61560F: hue angle of 51.95º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61560F is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 86 | 15 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.62 |
| HSL | 51.95º | 0.73% | 0.22% | - |
| HSV(B) | 51.95º | 0.85% | 0.38% | - |
| XYZ | 8.34 | 9.23 | 1.79 | - |
| YUV | 81.2 | 90.64 | 139.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 86 | 15 | 0 | 0.11 | 0.85 | 0.62 | 51.95 | 0.73 | 0.22 |
| Hex | 61 | 56 | F | 0 | B | 55 | 3E | 34 | 49 | 16 |
| Octal | 141 | 126 | 17 | 0 | 13 | 125 | 76 | 64 | 111 | 26 |
| Binary | 1100001 | 1010110 | 1111 | 0 | 1011 | 1010101 | 111110 | 110100 | 1001001 | 10110 |
Color Harmonies of #61560F
Complementary color
Monochromatic Colors of #61560F
Black with #61560F
Text Example
Text Example
White with #61560F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61560F; }
p { color: rgb(97,86,15); }
H1.HeaderClassName
{
color: #61560F;
}
.AnyTagClassName
{
color: #61560F;
}
</style>
background-color css
<style>
a { background-color: #61560F; }
a { background-color: rgb(97,86,15); }
div.DivClassName
{
background-color: #61560F;
}
.BgClassName
{
background-color: #61560F;
}
</style>
border-color css
<style>
span { border-color: #61560F; }
span { border-color: rgb(97,86,15); }
td.TdClassName
{
border-color: #61560F;
}
.TagClassName
{
border-color: #61560F;
}
</style>