#644d1e

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

Shades of Bronze Olive #644D1E

Tints of Bronze Olive #644D1E

Color information

#644D1E (or 0x644D1E) is unknown color: approx Bronze Olive. HEX triplet: 64, 4D and 1E. RGB value is (100,77,30). Sum of RGB (Red+Green+Blue) = 100+77+30=207 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.31% from 207); Green value is 77 (30.47% from 255 or 37.20% from 207); Blue value is 30 (12.11% from 255 or 14.49% from 207); Max value from RGB is 100 - color contains mainly: red. Hex color #644D1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D1E is #9BB2E1. Grayscale: #4E4E4E. Windows color (decimal): -10203874 or 1985892. OLE color: 1985892.

HSL color Cylindrical-coordinate representation of color #644D1E: hue angle of 40.29º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #644D1E is Cyan = 0, Magento = 0.23, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB1007730-
CMYK00.230.700.61
HSL40.29º53.85%25.49%-
HSV(B)40.29º70%39.22%-
XYZ8.148.112.36-
YUV78.52100.62143.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.31%
GREEN value IS 77 (30.47% from 255) = 37.20%
BLUE value IS 30 (12.11% from 255) = 14.49%
R=48.31%
G=37.20%
B=14.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100773000.230.700.6140.2953.8525.49
Hex644D1E017463D283619
Octal1441153602710675506631
Binary1100100100110111110010111100011011110110100011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644d1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,30); }

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

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

 a { background-color: rgb(100,77,30); }

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

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

 span { border-color: rgb(100,77,30); }

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