#644D2E

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

Shades of Dallas #644D2E

Tints of Dallas #644D2E

Color information

#644D2E (or 0x644D2E) is unknown color: approx Dallas. HEX triplet: 64, 4D and 2E. RGB value is (100,77,46). Sum of RGB (Red+Green+Blue) = 100+77+46=223 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.84% from 223); Green value is 77 (30.47% from 255 or 34.53% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 100 - color contains mainly: red. Hex color #644D2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D2E is #9BB2D1. Grayscale: #505050. Windows color (decimal): -10203858 or 3034468. OLE color: 3034468.

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

Color convert

RGB1007746-
CMYK00.230.540.61
HSL34.44º36.99%28.63%-
HSV(B)34.44º54%39.22%-
XYZ8.48.213.73-
YUV80.34108.62142.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.84%
GREEN value IS 77 (30.47% from 255) = 34.53%
BLUE value IS 46 (18.36% from 255) = 20.63%
R=44.84%
G=34.53%
B=20.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100774600.230.540.6134.4436.9928.63
Hex644D2E017363D22251d
Octal144115560276675424535
Binary1100100100110110111001011111011011110110001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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