Shades of Bronze Olive #65541E
Tints of Bronze Olive #65541E
RGB
CMYK
RGB Variations
Color information
#65541E (or 0x65541E) is known color: Bronze Olive. HEX triplet: 65, 54 and 1E. RGB value is (101,84,30). Sum of RGB (Red+Green+Blue) = 101+84+30=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 30 (12.11% from 255 or 13.95% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #65541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65541E is #9AABE1. Grayscale: #535353. Windows color (decimal): -10136546 or 1987685. OLE color: 1987685.
HSL color Cylindrical-coordinate representation of color #65541E: hue angle of 45.63º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #65541E is Cyan = 0, Magento = 0.17, Yellow = 0.70 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 84 | 30 | - |
| CMYK | 0 | 0.17 | 0.70 | 0.60 |
| HSL | 45.63º | 0.54% | 0.26% | - |
| HSV(B) | 45.63º | 0.7% | 0.4% | - |
| XYZ | 8.77 | 9.2 | 2.54 | - |
| YUV | 82.93 | 98.13 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 84 | 30 | 0 | 0.17 | 0.70 | 0.60 | 45.63 | 0.54 | 0.26 |
| Hex | 65 | 54 | 1E | 0 | 11 | 46 | 3C | 2E | 36 | 1A |
| Octal | 145 | 124 | 36 | 0 | 21 | 106 | 74 | 56 | 66 | 32 |
| Binary | 1100101 | 1010100 | 11110 | 0 | 10001 | 1000110 | 111100 | 101110 | 110110 | 11010 |
Color Harmonies of #65541E
Complementary color
Monochromatic Colors of #65541E
Black with #65541E
Text Example
Text Example
White with #65541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65541E; }
p { color: rgb(101,84,30); }
H1.HeaderClassName
{
color: #65541E;
}
.AnyTagClassName
{
color: #65541E;
}
</style>
background-color css
<style>
a { background-color: #65541E; }
a { background-color: rgb(101,84,30); }
div.DivClassName
{
background-color: #65541E;
}
.BgClassName
{
background-color: #65541E;
}
</style>
border-color css
<style>
span { border-color: #65541E; }
span { border-color: rgb(101,84,30); }
td.TdClassName
{
border-color: #65541E;
}
.TagClassName
{
border-color: #65541E;
}
</style>