#644E20

Color #644E20 Bronze Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bronze Olive #644E20

Tints of Bronze Olive #644E20

Color information

#644E20 (or 0x644E20) is unknown color: approx Bronze Olive. HEX triplet: 64, 4E and 20. RGB value is (100,78,32). Sum of RGB (Red+Green+Blue) = 100+78+32=210 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.62% from 210); Green value is 78 (30.86% from 255 or 37.14% from 210); Blue value is 32 (12.89% from 255 or 15.24% from 210); Max value from RGB is 100 - color contains mainly: red. Hex color #644E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E20 is #9BB1DF. Grayscale: #4F4F4F. Windows color (decimal): -10203616 or 2117220. OLE color: 2117220.

HSL color Cylindrical-coordinate representation of color #644E20: hue angle of 40.59º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #644E20 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB1007832-
CMYK00.220.680.61
HSL40.59º51.52%25.88%-
HSV(B)40.59º68%39.22%-
XYZ8.248.262.53-
YUV79.33101.29142.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.62%
GREEN value IS 78 (30.86% from 255) = 37.14%
BLUE value IS 32 (12.89% from 255) = 15.24%
R=47.62%
G=37.14%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100783200.220.680.6140.5951.5225.88
Hex644E20016443D29341a
Octal1441164002610475516432
Binary11001001001110100000010110100010011110110100111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644E20; }

 p { color: rgb(100,78,32); }

 H1.HeaderClassName
 {
   color: #644E20;
 }
 .AnyTagClassName
 {
   color: #644E20;
 }
</style>
background-color css

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

 a { background-color: rgb(100,78,32); }

 div.DivClassName
 {
   background-color: #644E20;
 }
 .BgClassName
 {
   background-color: #644E20;
 }
</style>
border-color css

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

 span { border-color: rgb(100,78,32); }

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