#644E37

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

Shades of Dallas #644E37

Tints of Dallas #644E37

Color information

#644E37 (or 0x644E37) is unknown color: approx Dallas. HEX triplet: 64, 4E and 37. RGB value is (100,78,55). Sum of RGB (Red+Green+Blue) = 100+78+55=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 55 (21.88% from 255 or 23.61% from 233); Max value from RGB is 100 - color contains mainly: red. Hex color #644E37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E37 is #9BB1C8. Grayscale: #525252. Windows color (decimal): -10203593 or 3624548. OLE color: 3624548.

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

Color convert

RGB1007855-
CMYK00.220.450.61
HSL30.67º29.03%30.39%-
HSV(B)30.67º45%39.22%-
XYZ8.678.434.79-
YUV81.96112.79140.87-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.92%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 55 (21.88% from 255) = 23.61%
R=42.92%
G=33.48%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100785500.220.450.6130.6729.0330.39
Hex644E370162D3D1f1d1e
Octal144116670265575373536
Binary11001001001110110111010110101101111101111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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