Shades of Bronze Olive #64501D
Tints of Bronze Olive #64501D
RGB
CMYK
RGB Variations
Color information
#64501D (or 0x64501D) is known color: Bronze Olive. HEX triplet: 64, 50 and 1D. RGB value is (100,80,29). Sum of RGB (Red+Green+Blue) = 100+80+29=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 80 (31.64% from 255 or 38.28% from 209); Blue value is 29 (11.72% from 255 or 13.88% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #64501D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64501D is #9BAFE2. Grayscale: #505050. Windows color (decimal): -10203107 or 1921124. OLE color: 1921124.
HSL color Cylindrical-coordinate representation of color #64501D: hue angle of 43.1º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64501D is Cyan = 0, Magento = 0.2, Yellow = 0.71 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 29 | - |
| CMYK | 0 | 0.2 | 0.71 | 0.61 |
| HSL | 43.1º | 0.55% | 0.25% | - |
| HSV(B) | 43.1º | 0.71% | 0.39% | - |
| XYZ | 8.35 | 8.54 | 2.37 | - |
| YUV | 80.17 | 99.13 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 29 | 0 | 0.2 | 0.71 | 0.61 | 43.1 | 0.55 | 0.25 |
| Hex | 64 | 50 | 1D | 0 | 14 | 47 | 3D | 2B | 37 | 19 |
| Octal | 144 | 120 | 35 | 0 | 24 | 107 | 75 | 53 | 67 | 31 |
| Binary | 1100100 | 1010000 | 11101 | 0 | 10100 | 1000111 | 111101 | 101011 | 110111 | 11001 |
Color Harmonies of #64501D
Complementary color
Monochromatic Colors of #64501D
Black with #64501D
Text Example
Text Example
White with #64501D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64501D; }
p { color: rgb(100,80,29); }
H1.HeaderClassName
{
color: #64501D;
}
.AnyTagClassName
{
color: #64501D;
}
</style>
background-color css
<style>
a { background-color: #64501D; }
a { background-color: rgb(100,80,29); }
div.DivClassName
{
background-color: #64501D;
}
.BgClassName
{
background-color: #64501D;
}
</style>
border-color css
<style>
span { border-color: #64501D; }
span { border-color: rgb(100,80,29); }
td.TdClassName
{
border-color: #64501D;
}
.TagClassName
{
border-color: #64501D;
}
</style>