Html Css Color HEX #564600 Bronze Olive

📋 copy color: '#564600'

red 86 ◦ green 70 ◦ blue 0

#564600
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronze Olive #564600

Tints of Bronze Olive #564600

RGB

 RED value IS 86 (33.98% from 255) = 55.13%

 GREEN value IS 70 (27.73% from 255) = 44.87%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.13%
G = 44.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.66

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#564600 (or 0x564600) is known color: Bronze Olive. HEX triplet: 56, 46 and 00. RGB value is (86,70,0). Sum of RGB (Red+Green+Blue) = 86+70+0=156 (20% of max value = 765). Red value is 86 (33.98% from 255 or 55.13% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 0 (0.39% from 255 or 0% from 156); Max value from RGB is 86 - color contains mainly: red. Hex color #564600 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #564600 is #A9B9FF. Grayscale: #434343. Windows color (decimal): -11123200 or 18006. OLE color: 18006.

HSL color Cylindrical-coordinate representation of color #564600: hue angle of 48.84º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #564600 is Cyan = 0, Magento = 0.19, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 70 0 -
CMYK 0 0.19 1 0.66
HSL 48.84º 1% 0.17% -
HSV(B) 48.84º 1% 0.34% -
XYZ 6.03 6.36 0.91 -
YUV 66.8 90.3 141.69 -
System Red Green Blue C M Y K H S L
Decimal 86 70 0 0 0.19 1 0.66 48.84 1 0.17
Hex 56 46 0 0 13 64 42 31 64 11
Octal 126 106 0 0 23 144 102 61 144 21
Binary 1010110 1000110 0 0 10011 1100100 1000010 110001 1100100 10001

Color Harmonies of #564600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564600

Black with #564600

Text Example


Text Example

White with #564600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564600; }

 p { color: rgb(86,70,0); }

 H1.HeaderClassName
 {
   color: #564600;
 }
 .AnyTagClassName
 {
   color: #564600;
 }
</style>

background-color css

<style>
 a { background-color: #564600; }

 a { background-color: rgb(86,70,0); }

 div.DivClassName
 {
   background-color: #564600;
 }
 .BgClassName
 {
   background-color: #564600;
 }
</style>

border-color css

<style>
 span { border-color: #564600; }

 span { border-color: rgb(86,70,0); }

 td.TdClassName
 {
   border-color: #564600;
 }
 .TagClassName
 {
   border-color: #564600;
 }
</style>