#644F39

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

Shades of Dallas #644F39

Tints of Dallas #644F39

Color information

#644F39 (or 0x644F39) is unknown color: approx Dallas. HEX triplet: 64, 4F and 39. RGB value is (100,79,57). Sum of RGB (Red+Green+Blue) = 100+79+57=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 79 (31.25% from 255 or 33.47% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 100 - color contains mainly: red. Hex color #644F39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F39 is #9BB0C6. Grayscale: #525252. Windows color (decimal): -10203335 or 3755876. OLE color: 3755876.

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

Color convert

RGB1007957-
CMYK00.210.430.61
HSL30.7º27.39%30.78%-
HSV(B)30.7º43%39.22%-
XYZ8.798.65.07-
YUV82.77113.46140.29-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 42.37%
GREEN value IS 79 (31.25% from 255) = 33.47%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=42.37%
G=33.47%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100795700.210.430.6130.727.3930.78
Hex644F390152B3D1f1b1f
Octal144117710255375373337
Binary11001001001111111001010101101011111101111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,79,57); }

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

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

 a { background-color: rgb(100,79,57); }

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

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

 span { border-color: rgb(100,79,57); }

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