Shades of Bronze Olive #61521D
Tints of Bronze Olive #61521D
RGB
CMYK
RGB Variations
Color information
#61521D (or 0x61521D) is known color: Bronze Olive. HEX triplet: 61, 52 and 1D. RGB value is (97,82,29). Sum of RGB (Red+Green+Blue) = 97+82+29=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 82 (32.42% from 255 or 39.42% from 208); Blue value is 29 (11.72% from 255 or 13.94% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #61521D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61521D is #9EADE2. Grayscale: #505050. Windows color (decimal): -10399203 or 1921633. OLE color: 1921633.
HSL color Cylindrical-coordinate representation of color #61521D: hue angle of 46.76º 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 #61521D is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 82 | 29 | - |
| CMYK | 0 | 0.15 | 0.70 | 0.62 |
| HSL | 46.76º | 0.54% | 0.25% | - |
| HSV(B) | 46.76º | 0.7% | 0.38% | - |
| XYZ | 8.17 | 8.66 | 2.4 | - |
| YUV | 80.44 | 98.97 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 82 | 29 | 0 | 0.15 | 0.70 | 0.62 | 46.76 | 0.54 | 0.25 |
| Hex | 61 | 52 | 1D | 0 | F | 46 | 3E | 2F | 36 | 19 |
| Octal | 141 | 122 | 35 | 0 | 17 | 106 | 76 | 57 | 66 | 31 |
| Binary | 1100001 | 1010010 | 11101 | 0 | 1111 | 1000110 | 111110 | 101111 | 110110 | 11001 |
Color Harmonies of #61521D
Complementary color
Monochromatic Colors of #61521D
Black with #61521D
Text Example
Text Example
White with #61521D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61521D; }
p { color: rgb(97,82,29); }
H1.HeaderClassName
{
color: #61521D;
}
.AnyTagClassName
{
color: #61521D;
}
</style>
background-color css
<style>
a { background-color: #61521D; }
a { background-color: rgb(97,82,29); }
div.DivClassName
{
background-color: #61521D;
}
.BgClassName
{
background-color: #61521D;
}
</style>
border-color css
<style>
span { border-color: #61521D; }
span { border-color: rgb(97,82,29); }
td.TdClassName
{
border-color: #61521D;
}
.TagClassName
{
border-color: #61521D;
}
</style>