#644E2A

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

Shades of Dallas #644E2A

Tints of Dallas #644E2A

Color information

#644E2A (or 0x644E2A) is unknown color: approx Dallas. HEX triplet: 64, 4E and 2A. RGB value is (100,78,42). Sum of RGB (Red+Green+Blue) = 100+78+42=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E2A is #9BB1D5. Grayscale: #505050. Windows color (decimal): -10203606 or 2772580. OLE color: 2772580.

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

Color convert

RGB1007842-
CMYK00.220.580.61
HSL37.24º40.85%27.84%-
HSV(B)37.24º58%39.22%-
XYZ8.48.333.35-
YUV80.47106.29141.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 42 (16.80% from 255) = 19.09%
R=45.45%
G=35.45%
B=19.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100784200.220.580.6137.2440.8527.84
Hex644E2A0163A3D25291c
Octal144116520267275455134
Binary1100100100111010101001011011101011110110010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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