Shades of Bronze Olive #65511F
Tints of Bronze Olive #65511F
RGB
CMYK
RGB Variations
Color information
#65511F (or 0x65511F) is known color: Bronze Olive. HEX triplet: 65, 51 and 1F. RGB value is (101,81,31). Sum of RGB (Red+Green+Blue) = 101+81+31=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 31 (12.5% from 255 or 14.55% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #65511F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65511F is #9AAEE0. Grayscale: #515151. Windows color (decimal): -10137313 or 2052453. OLE color: 2052453.
HSL color Cylindrical-coordinate representation of color #65511F: hue angle of 42.86º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65511F is Cyan = 0, Magento = 0.20, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 81 | 31 | - |
| CMYK | 0 | 0.20 | 0.69 | 0.60 |
| HSL | 42.86º | 0.53% | 0.26% | - |
| HSV(B) | 42.86º | 0.69% | 0.4% | - |
| XYZ | 8.56 | 8.75 | 2.53 | - |
| YUV | 81.28 | 99.63 | 142.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 81 | 31 | 0 | 0.20 | 0.69 | 0.60 | 42.86 | 0.53 | 0.26 |
| Hex | 65 | 51 | 1F | 0 | 14 | 45 | 3C | 2B | 35 | 1A |
| Octal | 145 | 121 | 37 | 0 | 24 | 105 | 74 | 53 | 65 | 32 |
| Binary | 1100101 | 1010001 | 11111 | 0 | 10100 | 1000101 | 111100 | 101011 | 110101 | 11010 |
Color Harmonies of #65511F
Complementary color
Monochromatic Colors of #65511F
Black with #65511F
Text Example
Text Example
White with #65511F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65511F; }
p { color: rgb(101,81,31); }
H1.HeaderClassName
{
color: #65511F;
}
.AnyTagClassName
{
color: #65511F;
}
</style>
background-color css
<style>
a { background-color: #65511F; }
a { background-color: rgb(101,81,31); }
div.DivClassName
{
background-color: #65511F;
}
.BgClassName
{
background-color: #65511F;
}
</style>
border-color css
<style>
span { border-color: #65511F; }
span { border-color: rgb(101,81,31); }
td.TdClassName
{
border-color: #65511F;
}
.TagClassName
{
border-color: #65511F;
}
</style>