#644A28

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

Shades of Dallas #644A28

Tints of Dallas #644A28

Color information

#644A28 (or 0x644A28) is unknown color: approx Dallas. HEX triplet: 64, 4A and 28. RGB value is (100,74,40). Sum of RGB (Red+Green+Blue) = 100+74+40=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 40 (16.02% from 255 or 18.69% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644A28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A28 is #9BB5D7. Grayscale: #4E4E4E. Windows color (decimal): -10204632 or 2640484. OLE color: 2640484.

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

Color convert

RGB1007440-
CMYK00.260.60.61
HSL34º42.86%27.45%-
HSV(B)34º60%39.22%-
XYZ8.097.763.08-
YUV77.9106.61143.76-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 40 (16.02% from 255) = 18.69%
R=46.73%
G=34.58%
B=18.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100744000.260.60.613442.8627.45
Hex644A2801A3C3D222b1b
Octal144112500327475425333
Binary1100100100101010100001101011110011110110001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,40); }

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

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

 a { background-color: rgb(100,74,40); }

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

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

 span { border-color: rgb(100,74,40); }

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