Shades of Bronze Olive #61570B
Tints of Bronze Olive #61570B
RGB
CMYK
RGB Variations
Color information
#61570B (or 0x61570B) is known color: Bronze Olive. HEX triplet: 61, 57 and 0B. RGB value is (97,87,11). Sum of RGB (Red+Green+Blue) = 97+87+11=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 11 (4.69% from 255 or 5.64% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #61570B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61570B is #9EA8F4. Grayscale: #515151. Windows color (decimal): -10397941 or 743265. OLE color: 743265.
HSL color Cylindrical-coordinate representation of color #61570B: hue angle of 53.02º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61570B is Cyan = 0, Magento = 0.10, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 87 | 11 | - |
| CMYK | 0 | 0.10 | 0.89 | 0.62 |
| HSL | 53.02º | 0.8% | 0.21% | - |
| HSV(B) | 53.02º | 0.89% | 0.38% | - |
| XYZ | 8.4 | 9.38 | 1.68 | - |
| YUV | 81.33 | 88.31 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 87 | 11 | 0 | 0.10 | 0.89 | 0.62 | 53.02 | 0.8 | 0.21 |
| Hex | 61 | 57 | B | 0 | A | 59 | 3E | 35 | 50 | 15 |
| Octal | 141 | 127 | 13 | 0 | 12 | 131 | 76 | 65 | 120 | 25 |
| Binary | 1100001 | 1010111 | 1011 | 0 | 1010 | 1011001 | 111110 | 110101 | 1010000 | 10101 |
Color Harmonies of #61570B
Complementary color
Monochromatic Colors of #61570B
Black with #61570B
Text Example
Text Example
White with #61570B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61570B; }
p { color: rgb(97,87,11); }
H1.HeaderClassName
{
color: #61570B;
}
.AnyTagClassName
{
color: #61570B;
}
</style>
background-color css
<style>
a { background-color: #61570B; }
a { background-color: rgb(97,87,11); }
div.DivClassName
{
background-color: #61570B;
}
.BgClassName
{
background-color: #61570B;
}
</style>
border-color css
<style>
span { border-color: #61570B; }
span { border-color: rgb(97,87,11); }
td.TdClassName
{
border-color: #61570B;
}
.TagClassName
{
border-color: #61570B;
}
</style>