Shades of Bronze Olive #65501F
Tints of Bronze Olive #65501F
RGB
CMYK
RGB Variations
Color information
#65501F (or 0x65501F) is known color: Bronze Olive. HEX triplet: 65, 50 and 1F. RGB value is (101,80,31). Sum of RGB (Red+Green+Blue) = 101+80+31=212 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.64% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 31 (12.5% from 255 or 14.62% from 212); Max value from RGB is 101 - color contains mainly: red. Hex color #65501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65501F is #9AAFE0. Grayscale: #505050. Windows color (decimal): -10137569 or 2052197. OLE color: 2052197.
HSL color Cylindrical-coordinate representation of color #65501F: hue angle of 42º 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 #65501F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 31 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.60 |
| HSL | 42º | 0.53% | 0.26% | - |
| HSV(B) | 42º | 0.69% | 0.4% | - |
| XYZ | 8.48 | 8.6 | 2.51 | - |
| YUV | 80.69 | 99.96 | 142.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 31 | 0 | 0.21 | 0.69 | 0.60 | 42 | 0.53 | 0.26 |
| Hex | 65 | 50 | 1F | 0 | 15 | 45 | 3C | 2A | 35 | 1A |
| Octal | 145 | 120 | 37 | 0 | 25 | 105 | 74 | 52 | 65 | 32 |
| Binary | 1100101 | 1010000 | 11111 | 0 | 10101 | 1000101 | 111100 | 101010 | 110101 | 11010 |
Color Harmonies of #65501F
Complementary color
Monochromatic Colors of #65501F
Black with #65501F
Text Example
Text Example
White with #65501F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65501F; }
p { color: rgb(101,80,31); }
H1.HeaderClassName
{
color: #65501F;
}
.AnyTagClassName
{
color: #65501F;
}
</style>
background-color css
<style>
a { background-color: #65501F; }
a { background-color: rgb(101,80,31); }
div.DivClassName
{
background-color: #65501F;
}
.BgClassName
{
background-color: #65501F;
}
</style>
border-color css
<style>
span { border-color: #65501F; }
span { border-color: rgb(101,80,31); }
td.TdClassName
{
border-color: #65501F;
}
.TagClassName
{
border-color: #65501F;
}
</style>