Shades of Bronze Olive #564623
Tints of Bronze Olive #564623
RGB
CMYK
RGB Variations
Color information
#564623 (or 0x564623) is known color: Bronze Olive. HEX triplet: 56, 46 and 23. RGB value is (86,70,35). Sum of RGB (Red+Green+Blue) = 86+70+35=191 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.03% from 191); Green value is 70 (27.73% from 255 or 36.65% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 86 - color contains mainly: red. Hex color #564623 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564623 is #A9B9DC. Grayscale: #464646. Windows color (decimal): -11123165 or 2311766. OLE color: 2311766.
HSL color Cylindrical-coordinate representation of color #564623: hue angle of 41.18º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #564623 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 35 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.66 |
| HSL | 41.18º | 0.42% | 0.24% | - |
| HSV(B) | 41.18º | 0.59% | 0.34% | - |
| XYZ | 6.33 | 6.48 | 2.51 | - |
| YUV | 70.79 | 107.8 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 35 | 0 | 0.19 | 0.59 | 0.66 | 41.18 | 0.42 | 0.24 |
| Hex | 56 | 46 | 23 | 0 | 13 | 3B | 42 | 29 | 2A | 18 |
| Octal | 126 | 106 | 43 | 0 | 23 | 73 | 102 | 51 | 52 | 30 |
| Binary | 1010110 | 1000110 | 100011 | 0 | 10011 | 111011 | 1000010 | 101001 | 101010 | 11000 |
Color Harmonies of #564623
Complementary color
Monochromatic Colors of #564623
Black with #564623
Text Example
Text Example
White with #564623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564623; }
p { color: rgb(86,70,35); }
H1.HeaderClassName
{
color: #564623;
}
.AnyTagClassName
{
color: #564623;
}
</style>
background-color css
<style>
a { background-color: #564623; }
a { background-color: rgb(86,70,35); }
div.DivClassName
{
background-color: #564623;
}
.BgClassName
{
background-color: #564623;
}
</style>
border-color css
<style>
span { border-color: #564623; }
span { border-color: rgb(86,70,35); }
td.TdClassName
{
border-color: #564623;
}
.TagClassName
{
border-color: #564623;
}
</style>