Shades of Bronze Olive #645319
Tints of Bronze Olive #645319
RGB
CMYK
RGB Variations
Color information
#645319 (or 0x645319) is known color: Bronze Olive. HEX triplet: 64, 53 and 19. RGB value is (100,83,25). Sum of RGB (Red+Green+Blue) = 100+83+25=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 25 (10.16% from 255 or 12.02% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #645319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645319 is #9BACE6. Grayscale: #515151. Windows color (decimal): -10202343 or 1659748. OLE color: 1659748.
HSL color Cylindrical-coordinate representation of color #645319: hue angle of 46.4º 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 #645319 is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 83 | 25 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.61 |
| HSL | 46.4º | 0.6% | 0.25% | - |
| HSV(B) | 46.4º | 0.75% | 0.39% | - |
| XYZ | 8.52 | 8.97 | 2.2 | - |
| YUV | 81.47 | 96.13 | 141.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 83 | 25 | 0 | 0.17 | 0.75 | 0.61 | 46.4 | 0.6 | 0.25 |
| Hex | 64 | 53 | 19 | 0 | 11 | 4B | 3D | 2E | 3C | 19 |
| Octal | 144 | 123 | 31 | 0 | 21 | 113 | 75 | 56 | 74 | 31 |
| Binary | 1100100 | 1010011 | 11001 | 0 | 10001 | 1001011 | 111101 | 101110 | 111100 | 11001 |
Color Harmonies of #645319
Complementary color
Monochromatic Colors of #645319
Black with #645319
Text Example
Text Example
White with #645319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645319; }
p { color: rgb(100,83,25); }
H1.HeaderClassName
{
color: #645319;
}
.AnyTagClassName
{
color: #645319;
}
</style>
background-color css
<style>
a { background-color: #645319; }
a { background-color: rgb(100,83,25); }
div.DivClassName
{
background-color: #645319;
}
.BgClassName
{
background-color: #645319;
}
</style>
border-color css
<style>
span { border-color: #645319; }
span { border-color: rgb(100,83,25); }
td.TdClassName
{
border-color: #645319;
}
.TagClassName
{
border-color: #645319;
}
</style>