#644E32

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

Shades of Dallas #644E32

Tints of Dallas #644E32

Color information

#644E32 (or 0x644E32) is unknown color: approx Dallas. HEX triplet: 64, 4E and 32. RGB value is (100,78,50). Sum of RGB (Red+Green+Blue) = 100+78+50=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 50 (19.92% from 255 or 21.93% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #644E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E32 is #9BB1CD. Grayscale: #515151. Windows color (decimal): -10203598 or 3296868. OLE color: 3296868.

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

Color convert

RGB1007850-
CMYK00.220.500.61
HSL33.6º33.33%29.41%-
HSV(B)33.6º50%39.22%-
XYZ8.568.394.19-
YUV81.39110.29141.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.86%
GREEN value IS 78 (30.86% from 255) = 34.21%
BLUE value IS 50 (19.92% from 255) = 21.93%
R=43.86%
G=34.21%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.50
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100785000.220.500.6133.633.3329.41
Hex644E32016323D22211d
Octal144116620266275424135
Binary1100100100111011001001011011001011110110001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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