Shades of Bronze Olive #564406
Tints of Bronze Olive #564406
RGB
CMYK
RGB Variations
Color information
#564406 (or 0x564406) is known color: Bronze Olive. HEX triplet: 56, 44 and 06. RGB value is (86,68,6). Sum of RGB (Red+Green+Blue) = 86+68+6=160 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.75% from 160); Green value is 68 (26.95% from 255 or 42.5% from 160); Blue value is 6 (2.73% from 255 or 3.75% from 160); Max value from RGB is 86 - color contains mainly: red. Hex color #564406 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564406 is #A9BBF9. Grayscale: #424242. Windows color (decimal): -11123706 or 410710. OLE color: 410710.
HSL color Cylindrical-coordinate representation of color #564406: hue angle of 46.5º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #564406 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 68 | 6 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.66 |
| HSL | 46.5º | 0.87% | 0.18% | - |
| HSV(B) | 46.5º | 0.93% | 0.34% | - |
| XYZ | 5.94 | 6.13 | 1.04 | - |
| YUV | 66.31 | 93.96 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 68 | 6 | 0 | 0.21 | 0.93 | 0.66 | 46.5 | 0.87 | 0.18 |
| Hex | 56 | 44 | 6 | 0 | 15 | 5D | 42 | 2E | 57 | 12 |
| Octal | 126 | 104 | 6 | 0 | 25 | 135 | 102 | 56 | 127 | 22 |
| Binary | 1010110 | 1000100 | 110 | 0 | 10101 | 1011101 | 1000010 | 101110 | 1010111 | 10010 |
Color Harmonies of #564406
Complementary color
Monochromatic Colors of #564406
Black with #564406
Text Example
Text Example
White with #564406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564406; }
p { color: rgb(86,68,6); }
H1.HeaderClassName
{
color: #564406;
}
.AnyTagClassName
{
color: #564406;
}
</style>
background-color css
<style>
a { background-color: #564406; }
a { background-color: rgb(86,68,6); }
div.DivClassName
{
background-color: #564406;
}
.BgClassName
{
background-color: #564406;
}
</style>
border-color css
<style>
span { border-color: #564406; }
span { border-color: rgb(86,68,6); }
td.TdClassName
{
border-color: #564406;
}
.TagClassName
{
border-color: #564406;
}
</style>