Shades of Bronze Olive #65501D
Tints of Bronze Olive #65501D
RGB
CMYK
RGB Variations
Color information
#65501D (or 0x65501D) is known color: Bronze Olive. HEX triplet: 65, 50 and 1D. RGB value is (101,80,29). Sum of RGB (Red+Green+Blue) = 101+80+29=210 (27% of max value = 765). Red value is 101 (39.84% from 255 or 48.10% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 29 (11.72% from 255 or 13.81% from 210); Max value from RGB is 101 - color contains mainly: red. Hex color #65501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65501D is #9AAFE2. Grayscale: #505050. Windows color (decimal): -10137571 or 1921125. OLE color: 1921125.
HSL color Cylindrical-coordinate representation of color #65501D: hue angle of 42.5º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #65501D is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 29 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.60 |
| HSL | 42.5º | 0.55% | 0.25% | - |
| HSV(B) | 42.5º | 0.71% | 0.4% | - |
| XYZ | 8.46 | 8.59 | 2.38 | - |
| YUV | 80.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 29 | 0 | 0.21 | 0.71 | 0.60 | 42.5 | 0.55 | 0.25 |
| Hex | 65 | 50 | 1D | 0 | 15 | 47 | 3C | 2A | 37 | 19 |
| Octal | 145 | 120 | 35 | 0 | 25 | 107 | 74 | 52 | 67 | 31 |
| Binary | 1100101 | 1010000 | 11101 | 0 | 10101 | 1000111 | 111100 | 101010 | 110111 | 11001 |
Color Harmonies of #65501D
Complementary color
Monochromatic Colors of #65501D
Black with #65501D
Text Example
Text Example
White with #65501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65501D; }
p { color: rgb(101,80,29); }
H1.HeaderClassName
{
color: #65501D;
}
.AnyTagClassName
{
color: #65501D;
}
</style>
background-color css
<style>
a { background-color: #65501D; }
a { background-color: rgb(101,80,29); }
div.DivClassName
{
background-color: #65501D;
}
.BgClassName
{
background-color: #65501D;
}
</style>
border-color css
<style>
span { border-color: #65501D; }
span { border-color: rgb(101,80,29); }
td.TdClassName
{
border-color: #65501D;
}
.TagClassName
{
border-color: #65501D;
}
</style>