Shades of Bronze Olive #645119
Tints of Bronze Olive #645119
RGB
CMYK
RGB Variations
Color information
#645119 (or 0x645119) is known color: Bronze Olive. HEX triplet: 64, 51 and 19. RGB value is (100,81,25). Sum of RGB (Red+Green+Blue) = 100+81+25=206 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.54% from 206); Green value is 81 (32.03% from 255 or 39.32% from 206); Blue value is 25 (10.16% from 255 or 12.14% from 206); Max value from RGB is 100 - color contains mainly: red. Hex color #645119 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645119 is #9BAEE6. Grayscale: #505050. Windows color (decimal): -10202855 or 1659236. OLE color: 1659236.
HSL color Cylindrical-coordinate representation of color #645119: hue angle of 44.8º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #645119 is Cyan = 0, Magento = 0.19, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 25 | - |
| CMYK | 0 | 0.19 | 0.75 | 0.61 |
| HSL | 44.8º | 0.6% | 0.25% | - |
| HSV(B) | 44.8º | 0.75% | 0.39% | - |
| XYZ | 8.37 | 8.66 | 2.15 | - |
| YUV | 80.3 | 96.79 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 25 | 0 | 0.19 | 0.75 | 0.61 | 44.8 | 0.6 | 0.25 |
| Hex | 64 | 51 | 19 | 0 | 13 | 4B | 3D | 2D | 3C | 19 |
| Octal | 144 | 121 | 31 | 0 | 23 | 113 | 75 | 55 | 74 | 31 |
| Binary | 1100100 | 1010001 | 11001 | 0 | 10011 | 1001011 | 111101 | 101101 | 111100 | 11001 |
Color Harmonies of #645119
Complementary color
Monochromatic Colors of #645119
Black with #645119
Text Example
Text Example
White with #645119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645119; }
p { color: rgb(100,81,25); }
H1.HeaderClassName
{
color: #645119;
}
.AnyTagClassName
{
color: #645119;
}
</style>
background-color css
<style>
a { background-color: #645119; }
a { background-color: rgb(100,81,25); }
div.DivClassName
{
background-color: #645119;
}
.BgClassName
{
background-color: #645119;
}
</style>
border-color css
<style>
span { border-color: #645119; }
span { border-color: rgb(100,81,25); }
td.TdClassName
{
border-color: #645119;
}
.TagClassName
{
border-color: #645119;
}
</style>