#644d1f

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

Shades of Bronze Olive #644D1F

Tints of Bronze Olive #644D1F

Color information

#644D1F (or 0x644D1F) is unknown color: approx Bronze Olive. HEX triplet: 64, 4D and 1F. RGB value is (100,77,31). Sum of RGB (Red+Green+Blue) = 100+77+31=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 31 (12.5% from 255 or 14.90% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #644D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D1F is #9BB2E0. Grayscale: #4E4E4E. Windows color (decimal): -10203873 or 2051428. OLE color: 2051428.

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

Color convert

RGB1007731-
CMYK00.230.690.61
HSL40º52.67%25.69%-
HSV(B)40º69%39.22%-
XYZ8.168.122.43-
YUV78.63101.12143.24-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 77 (30.47% from 255) = 37.02%
BLUE value IS 31 (12.5% from 255) = 14.90%
R=48.08%
G=37.02%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.69
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100773100.230.690.614052.6725.69
Hex644D1F017453D28351a
Octal1441153702710575506532
Binary1100100100110111111010111100010111110110100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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