Shades of Bronze Olive #61511B
Tints of Bronze Olive #61511B
RGB
CMYK
RGB Variations
Color information
#61511B (or 0x61511B) is known color: Bronze Olive. HEX triplet: 61, 51 and 1B. RGB value is (97,81,27). Sum of RGB (Red+Green+Blue) = 97+81+27=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 27 (10.94% from 255 or 13.17% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #61511B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61511B is #9EAEE4. Grayscale: #4F4F4F. Windows color (decimal): -10399461 or 1790305. OLE color: 1790305.
HSL color Cylindrical-coordinate representation of color #61511B: hue angle of 46.29º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61511B is Cyan = 0, Magento = 0.16, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 81 | 27 | - |
| CMYK | 0 | 0.16 | 0.72 | 0.62 |
| HSL | 46.29º | 0.56% | 0.24% | - |
| HSV(B) | 46.29º | 0.72% | 0.38% | - |
| XYZ | 8.07 | 8.51 | 2.25 | - |
| YUV | 79.63 | 98.3 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 81 | 27 | 0 | 0.16 | 0.72 | 0.62 | 46.29 | 0.56 | 0.24 |
| Hex | 61 | 51 | 1B | 0 | 10 | 48 | 3E | 2E | 38 | 18 |
| Octal | 141 | 121 | 33 | 0 | 20 | 110 | 76 | 56 | 70 | 30 |
| Binary | 1100001 | 1010001 | 11011 | 0 | 10000 | 1001000 | 111110 | 101110 | 111000 | 11000 |
Color Harmonies of #61511B
Complementary color
Monochromatic Colors of #61511B
Black with #61511B
Text Example
Text Example
White with #61511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61511B; }
p { color: rgb(97,81,27); }
H1.HeaderClassName
{
color: #61511B;
}
.AnyTagClassName
{
color: #61511B;
}
</style>
background-color css
<style>
a { background-color: #61511B; }
a { background-color: rgb(97,81,27); }
div.DivClassName
{
background-color: #61511B;
}
.BgClassName
{
background-color: #61511B;
}
</style>
border-color css
<style>
span { border-color: #61511B; }
span { border-color: rgb(97,81,27); }
td.TdClassName
{
border-color: #61511B;
}
.TagClassName
{
border-color: #61511B;
}
</style>