#644E31

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

Shades of Dallas #644E31

Tints of Dallas #644E31

Color information

#644E31 (or 0x644E31) is unknown color: approx Dallas. HEX triplet: 64, 4E and 31. RGB value is (100,78,49). Sum of RGB (Red+Green+Blue) = 100+78+49=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 49 (19.53% from 255 or 21.59% from 227); Max value from RGB is 100 - color contains mainly: red. Hex color #644E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E31 is #9BB1CE. Grayscale: #515151. Windows color (decimal): -10203599 or 3231332. OLE color: 3231332.

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

Color convert

RGB1007849-
CMYK00.220.510.61
HSL34.12º34.23%29.22%-
HSV(B)34.12º51%39.22%-
XYZ8.538.384.07-
YUV81.27109.79141.36-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.05%
GREEN value IS 78 (30.86% from 255) = 34.36%
BLUE value IS 49 (19.53% from 255) = 21.59%
R=44.05%
G=34.36%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.51
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100784900.220.510.6134.1234.2329.22
Hex644E31016333D22221d
Octal144116610266375424235
Binary1100100100111011000101011011001111110110001010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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