Html Css Color HEX #564621 Bronze Olive

📋 copy color: '#564621'

red 86 ◦ green 70 ◦ blue 33

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

Shades of Bronze Olive #564621

Tints of Bronze Olive #564621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 45.5%
G = 37.04%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.62

 K value IS 0.66

RGB Variations

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

Color information

#564621 (or 0x564621) is known color: Bronze Olive. HEX triplet: 56, 46 and 21. RGB value is (86,70,33). Sum of RGB (Red+Green+Blue) = 86+70+33=189 (25% of max value = 765). Red value is 86 (33.98% from 255 or 45.50% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 86 - color contains mainly: red. Hex color #564621 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564621 is #A9B9DE. Grayscale: #464646. Windows color (decimal): -11123167 or 2180694. OLE color: 2180694.

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

Color convert

RGB 86 70 33 -
CMYK 0 0.19 0.62 0.66
HSL 41.89º 0.45% 0.23% -
HSV(B) 41.89º 0.62% 0.34% -
XYZ 6.3 6.47 2.36 -
YUV 70.57 106.8 139.01 -
System Red Green Blue C M Y K H S L
Decimal 86 70 33 0 0.19 0.62 0.66 41.89 0.45 0.23
Hex 56 46 21 0 13 3E 42 2A 2D 17
Octal 126 106 41 0 23 76 102 52 55 27
Binary 1010110 1000110 100001 0 10011 111110 1000010 101010 101101 10111

Color Harmonies of #564621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564621

Black with #564621

Text Example


Text Example

White with #564621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564621; }

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

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

background-color css

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

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

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

border-color css

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

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

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