Shades of Bronze Olive #564603
Tints of Bronze Olive #564603
RGB
CMYK
RGB Variations
Color information
#564603 (or 0x564603) is known color: Bronze Olive. HEX triplet: 56, 46 and 03. RGB value is (86,70,3). Sum of RGB (Red+Green+Blue) = 86+70+3=159 (21% of max value = 765). Red value is 86 (33.98% from 255 or 54.09% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 3 (1.56% from 255 or 1.89% from 159); Max value from RGB is 86 - color contains mainly: red. Hex color #564603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564603 is #A9B9FC. Grayscale: #434343. Windows color (decimal): -11123197 or 214614. OLE color: 214614.
HSL color Cylindrical-coordinate representation of color #564603: hue angle of 48.43º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #564603 is Cyan = 0, Magento = 0.19, Yellow = 0.97 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 3 | - |
| CMYK | 0 | 0.19 | 0.97 | 0.66 |
| HSL | 48.43º | 0.93% | 0.17% | - |
| HSV(B) | 48.43º | 0.97% | 0.34% | - |
| XYZ | 6.04 | 6.37 | 1 | - |
| YUV | 67.15 | 91.8 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 3 | 0 | 0.19 | 0.97 | 0.66 | 48.43 | 0.93 | 0.17 |
| Hex | 56 | 46 | 3 | 0 | 13 | 61 | 42 | 30 | 5D | 11 |
| Octal | 126 | 106 | 3 | 0 | 23 | 141 | 102 | 60 | 135 | 21 |
| Binary | 1010110 | 1000110 | 11 | 0 | 10011 | 1100001 | 1000010 | 110000 | 1011101 | 10001 |
Color Harmonies of #564603
Complementary color
Monochromatic Colors of #564603
Black with #564603
Text Example
Text Example
White with #564603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564603; }
p { color: rgb(86,70,3); }
H1.HeaderClassName
{
color: #564603;
}
.AnyTagClassName
{
color: #564603;
}
</style>
background-color css
<style>
a { background-color: #564603; }
a { background-color: rgb(86,70,3); }
div.DivClassName
{
background-color: #564603;
}
.BgClassName
{
background-color: #564603;
}
</style>
border-color css
<style>
span { border-color: #564603; }
span { border-color: rgb(86,70,3); }
td.TdClassName
{
border-color: #564603;
}
.TagClassName
{
border-color: #564603;
}
</style>