Shades of Bronze Olive #61550F
Tints of Bronze Olive #61550F
RGB
CMYK
RGB Variations
Color information
#61550F (or 0x61550F) is known color: Bronze Olive. HEX triplet: 61, 55 and 0F. RGB value is (97,85,15). Sum of RGB (Red+Green+Blue) = 97+85+15=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 85 (33.59% from 255 or 43.15% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #61550F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61550F is #9EAAF0. Grayscale: #505050. Windows color (decimal): -10398449 or 1004897. OLE color: 1004897.
HSL color Cylindrical-coordinate representation of color #61550F: hue angle of 51.22º 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 #61550F is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 85 | 15 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.62 |
| HSL | 51.22º | 0.73% | 0.22% | - |
| HSV(B) | 51.22º | 0.85% | 0.38% | - |
| XYZ | 8.26 | 9.07 | 1.77 | - |
| YUV | 80.61 | 90.98 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 85 | 15 | 0 | 0.12 | 0.85 | 0.62 | 51.22 | 0.73 | 0.22 |
| Hex | 61 | 55 | F | 0 | C | 55 | 3E | 33 | 49 | 16 |
| Octal | 141 | 125 | 17 | 0 | 14 | 125 | 76 | 63 | 111 | 26 |
| Binary | 1100001 | 1010101 | 1111 | 0 | 1100 | 1010101 | 111110 | 110011 | 1001001 | 10110 |
Color Harmonies of #61550F
Complementary color
Monochromatic Colors of #61550F
Black with #61550F
Text Example
Text Example
White with #61550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61550F; }
p { color: rgb(97,85,15); }
H1.HeaderClassName
{
color: #61550F;
}
.AnyTagClassName
{
color: #61550F;
}
</style>
background-color css
<style>
a { background-color: #61550F; }
a { background-color: rgb(97,85,15); }
div.DivClassName
{
background-color: #61550F;
}
.BgClassName
{
background-color: #61550F;
}
</style>
border-color css
<style>
span { border-color: #61550F; }
span { border-color: rgb(97,85,15); }
td.TdClassName
{
border-color: #61550F;
}
.TagClassName
{
border-color: #61550F;
}
</style>