Shades of Bronze Olive #645510
Tints of Bronze Olive #645510
RGB
CMYK
RGB Variations
Color information
#645510 (or 0x645510) is known color: Bronze Olive. HEX triplet: 64, 55 and 10. RGB value is (100,85,16). Sum of RGB (Red+Green+Blue) = 100+85+16=201 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.75% from 201); Green value is 85 (33.59% from 255 or 42.29% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 100 - color contains mainly: red. Hex color #645510 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645510 is #9BAAEF. Grayscale: #515151. Windows color (decimal): -10201840 or 1070436. OLE color: 1070436.
HSL color Cylindrical-coordinate representation of color #645510: hue angle of 49.29º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #645510 is Cyan = 0, Magento = 0.15, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 85 | 16 | - |
| CMYK | 0 | 0.15 | 0.84 | 0.61 |
| HSL | 49.29º | 0.72% | 0.23% | - |
| HSV(B) | 49.29º | 0.84% | 0.39% | - |
| XYZ | 8.6 | 9.24 | 1.82 | - |
| YUV | 81.62 | 90.97 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 85 | 16 | 0 | 0.15 | 0.84 | 0.61 | 49.29 | 0.72 | 0.23 |
| Hex | 64 | 55 | 10 | 0 | F | 54 | 3D | 31 | 48 | 17 |
| Octal | 144 | 125 | 20 | 0 | 17 | 124 | 75 | 61 | 110 | 27 |
| Binary | 1100100 | 1010101 | 10000 | 0 | 1111 | 1010100 | 111101 | 110001 | 1001000 | 10111 |
Color Harmonies of #645510
Complementary color
Monochromatic Colors of #645510
Black with #645510
Text Example
Text Example
White with #645510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645510; }
p { color: rgb(100,85,16); }
H1.HeaderClassName
{
color: #645510;
}
.AnyTagClassName
{
color: #645510;
}
</style>
background-color css
<style>
a { background-color: #645510; }
a { background-color: rgb(100,85,16); }
div.DivClassName
{
background-color: #645510;
}
.BgClassName
{
background-color: #645510;
}
</style>
border-color css
<style>
span { border-color: #645510; }
span { border-color: rgb(100,85,16); }
td.TdClassName
{
border-color: #645510;
}
.TagClassName
{
border-color: #645510;
}
</style>