Shades of Bronze Olive #564622
Tints of Bronze Olive #564622
RGB
CMYK
RGB Variations
Color information
#564622 (or 0x564622) is known color: Bronze Olive. HEX triplet: 56, 46 and 22. RGB value is (86,70,34). Sum of RGB (Red+Green+Blue) = 86+70+34=190 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.26% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 34 (13.67% from 255 or 17.89% from 190); Max value from RGB is 86 - color contains mainly: red. Hex color #564622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564622 is #A9B9DD. Grayscale: #464646. Windows color (decimal): -11123166 or 2246230. OLE color: 2246230.
HSL color Cylindrical-coordinate representation of color #564622: hue angle of 41.54º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #564622 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 34 | - |
| CMYK | 0 | 0.19 | 0.60 | 0.66 |
| HSL | 41.54º | 0.43% | 0.24% | - |
| HSV(B) | 41.54º | 0.6% | 0.34% | - |
| XYZ | 6.32 | 6.47 | 2.43 | - |
| YUV | 70.68 | 107.3 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 34 | 0 | 0.19 | 0.60 | 0.66 | 41.54 | 0.43 | 0.24 |
| Hex | 56 | 46 | 22 | 0 | 13 | 3C | 42 | 2A | 2B | 18 |
| Octal | 126 | 106 | 42 | 0 | 23 | 74 | 102 | 52 | 53 | 30 |
| Binary | 1010110 | 1000110 | 100010 | 0 | 10011 | 111100 | 1000010 | 101010 | 101011 | 11000 |
Color Harmonies of #564622
Complementary color
Monochromatic Colors of #564622
Black with #564622
Text Example
Text Example
White with #564622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564622; }
p { color: rgb(86,70,34); }
H1.HeaderClassName
{
color: #564622;
}
.AnyTagClassName
{
color: #564622;
}
</style>
background-color css
<style>
a { background-color: #564622; }
a { background-color: rgb(86,70,34); }
div.DivClassName
{
background-color: #564622;
}
.BgClassName
{
background-color: #564622;
}
</style>
border-color css
<style>
span { border-color: #564622; }
span { border-color: rgb(86,70,34); }
td.TdClassName
{
border-color: #564622;
}
.TagClassName
{
border-color: #564622;
}
</style>