Shades of Bronze Olive #564601
Tints of Bronze Olive #564601
RGB
CMYK
RGB Variations
Color information
#564601 (or 0x564601) is known color: Bronze Olive. HEX triplet: 56, 46 and 01. RGB value is (86,70,1). Sum of RGB (Red+Green+Blue) = 86+70+1=157 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.78% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 1 (0.78% from 255 or 0.64% from 157); Max value from RGB is 86 - color contains mainly: red. Hex color #564601 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564601 is #A9B9FE. Grayscale: #434343. Windows color (decimal): -11123199 or 83542. OLE color: 83542.
HSL color Cylindrical-coordinate representation of color #564601: hue angle of 48.71º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #564601 is Cyan = 0, Magento = 0.19, Yellow = 0.99 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 70 | 1 | - |
| CMYK | 0 | 0.19 | 0.99 | 0.66 |
| HSL | 48.71º | 0.98% | 0.17% | - |
| HSV(B) | 48.71º | 0.99% | 0.34% | - |
| XYZ | 6.03 | 6.36 | 0.94 | - |
| YUV | 66.92 | 90.8 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 70 | 1 | 0 | 0.19 | 0.99 | 0.66 | 48.71 | 0.98 | 0.17 |
| Hex | 56 | 46 | 1 | 0 | 13 | 63 | 42 | 31 | 62 | 11 |
| Octal | 126 | 106 | 1 | 0 | 23 | 143 | 102 | 61 | 142 | 21 |
| Binary | 1010110 | 1000110 | 1 | 0 | 10011 | 1100011 | 1000010 | 110001 | 1100010 | 10001 |
Color Harmonies of #564601
Complementary color
Monochromatic Colors of #564601
Black with #564601
Text Example
Text Example
White with #564601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564601; }
p { color: rgb(86,70,1); }
H1.HeaderClassName
{
color: #564601;
}
.AnyTagClassName
{
color: #564601;
}
</style>
background-color css
<style>
a { background-color: #564601; }
a { background-color: rgb(86,70,1); }
div.DivClassName
{
background-color: #564601;
}
.BgClassName
{
background-color: #564601;
}
</style>
border-color css
<style>
span { border-color: #564601; }
span { border-color: rgb(86,70,1); }
td.TdClassName
{
border-color: #564601;
}
.TagClassName
{
border-color: #564601;
}
</style>