Shades of Bronze Olive #61541A
Tints of Bronze Olive #61541A
RGB
CMYK
RGB Variations
Color information
#61541A (or 0x61541A) is known color: Bronze Olive. HEX triplet: 61, 54 and 1A. RGB value is (97,84,26). Sum of RGB (Red+Green+Blue) = 97+84+26=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 84 (33.20% from 255 or 40.58% from 207); Blue value is 26 (10.55% from 255 or 12.56% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61541A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61541A is #9EABE5. Grayscale: #515151. Windows color (decimal): -10398694 or 1725537. OLE color: 1725537.
HSL color Cylindrical-coordinate representation of color #61541A: hue angle of 49.01º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61541A is Cyan = 0, Magento = 0.13, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 84 | 26 | - |
| CMYK | 0 | 0.13 | 0.73 | 0.62 |
| HSL | 49.01º | 0.58% | 0.24% | - |
| HSV(B) | 49.01º | 0.73% | 0.38% | - |
| XYZ | 8.29 | 8.96 | 2.27 | - |
| YUV | 81.28 | 96.81 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 84 | 26 | 0 | 0.13 | 0.73 | 0.62 | 49.01 | 0.58 | 0.24 |
| Hex | 61 | 54 | 1A | 0 | D | 49 | 3E | 31 | 3A | 18 |
| Octal | 141 | 124 | 32 | 0 | 15 | 111 | 76 | 61 | 72 | 30 |
| Binary | 1100001 | 1010100 | 11010 | 0 | 1101 | 1001001 | 111110 | 110001 | 111010 | 11000 |
Color Harmonies of #61541A
Complementary color
Monochromatic Colors of #61541A
Black with #61541A
Text Example
Text Example
White with #61541A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61541A; }
p { color: rgb(97,84,26); }
H1.HeaderClassName
{
color: #61541A;
}
.AnyTagClassName
{
color: #61541A;
}
</style>
background-color css
<style>
a { background-color: #61541A; }
a { background-color: rgb(97,84,26); }
div.DivClassName
{
background-color: #61541A;
}
.BgClassName
{
background-color: #61541A;
}
</style>
border-color css
<style>
span { border-color: #61541A; }
span { border-color: rgb(97,84,26); }
td.TdClassName
{
border-color: #61541A;
}
.TagClassName
{
border-color: #61541A;
}
</style>