Shades of Bronze Olive #645410
Tints of Bronze Olive #645410
RGB
CMYK
RGB Variations
Color information
#645410 (or 0x645410) is known color: Bronze Olive. HEX triplet: 64, 54 and 10. RGB value is (100,84,16). Sum of RGB (Red+Green+Blue) = 100+84+16=200 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 100 - color contains mainly: red. Hex color #645410 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #645410 is #9BABEF. Grayscale: #515151. Windows color (decimal): -10202096 or 1070180. OLE color: 1070180.
HSL color Cylindrical-coordinate representation of color #645410: hue angle of 48.57º 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 #645410 is Cyan = 0, Magento = 0.16, Yellow = 0.84 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 84 | 16 | - |
| CMYK | 0 | 0.16 | 0.84 | 0.61 |
| HSL | 48.57º | 0.72% | 0.23% | - |
| HSV(B) | 48.57º | 0.84% | 0.39% | - |
| XYZ | 8.52 | 9.09 | 1.8 | - |
| YUV | 81.03 | 91.3 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 84 | 16 | 0 | 0.16 | 0.84 | 0.61 | 48.57 | 0.72 | 0.23 |
| Hex | 64 | 54 | 10 | 0 | 10 | 54 | 3D | 31 | 48 | 17 |
| Octal | 144 | 124 | 20 | 0 | 20 | 124 | 75 | 61 | 110 | 27 |
| Binary | 1100100 | 1010100 | 10000 | 0 | 10000 | 1010100 | 111101 | 110001 | 1001000 | 10111 |
Color Harmonies of #645410
Complementary color
Monochromatic Colors of #645410
Black with #645410
Text Example
Text Example
White with #645410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #645410; }
p { color: rgb(100,84,16); }
H1.HeaderClassName
{
color: #645410;
}
.AnyTagClassName
{
color: #645410;
}
</style>
background-color css
<style>
a { background-color: #645410; }
a { background-color: rgb(100,84,16); }
div.DivClassName
{
background-color: #645410;
}
.BgClassName
{
background-color: #645410;
}
</style>
border-color css
<style>
span { border-color: #645410; }
span { border-color: rgb(100,84,16); }
td.TdClassName
{
border-color: #645410;
}
.TagClassName
{
border-color: #645410;
}
</style>