Shades of Bronze Olive #645419
Tints of Bronze Olive #645419
RGB
CMYK
RGB Variations
Color information
#645419 (or 0x645419) is known color: Bronze Olive. HEX triplet: 64, 54 and 19. RGB value is (100,84,25). Sum of RGB (Red+Green+Blue) = 100+84+25=209 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.85% from 209); Green value is 84 (33.20% from 255 or 40.19% from 209); Blue value is 25 (10.16% from 255 or 11.96% from 209); Max value from RGB is 100 - color contains mainly: red. Hex color #645419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645419 is #9BABE6. Grayscale: #525252. Windows color (decimal): -10202087 or 1660004. OLE color: 1660004.
HSL color Cylindrical-coordinate representation of color #645419: hue angle of 47.2º 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 #645419 is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 25 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.61 |
| HSL | 47.2º | 0.6% | 0.25% | - |
| HSV(B) | 47.2º | 0.75% | 0.39% | - |
| XYZ | 8.6 | 9.12 | 2.23 | - |
| YUV | 82.06 | 95.8 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 25 | 0 | 0.16 | 0.75 | 0.61 | 47.2 | 0.6 | 0.25 |
| Hex | 64 | 54 | 19 | 0 | 10 | 4B | 3D | 2F | 3C | 19 |
| Octal | 144 | 124 | 31 | 0 | 20 | 113 | 75 | 57 | 74 | 31 |
| Binary | 1100100 | 1010100 | 11001 | 0 | 10000 | 1001011 | 111101 | 101111 | 111100 | 11001 |
Color Harmonies of #645419
Complementary color
Monochromatic Colors of #645419
Black with #645419
Text Example
Text Example
White with #645419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645419; }
p { color: rgb(100,84,25); }
H1.HeaderClassName
{
color: #645419;
}
.AnyTagClassName
{
color: #645419;
}
</style>
background-color css
<style>
a { background-color: #645419; }
a { background-color: rgb(100,84,25); }
div.DivClassName
{
background-color: #645419;
}
.BgClassName
{
background-color: #645419;
}
</style>
border-color css
<style>
span { border-color: #645419; }
span { border-color: rgb(100,84,25); }
td.TdClassName
{
border-color: #645419;
}
.TagClassName
{
border-color: #645419;
}
</style>