#644D35

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

Shades of Dallas #644D35

Tints of Dallas #644D35

Color information

#644D35 (or 0x644D35) is unknown color: approx Dallas. HEX triplet: 64, 4D and 35. RGB value is (100,77,53). Sum of RGB (Red+Green+Blue) = 100+77+53=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D35 is #9BB2CA. Grayscale: #515151. Windows color (decimal): -10203851 or 3493220. OLE color: 3493220.

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

Color convert

RGB1007753-
CMYK00.230.470.61
HSL30.64º30.72%30%-
HSV(B)30.64º47%39.22%-
XYZ8.558.274.51-
YUV81.14112.12141.45-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.48%
GREEN value IS 77 (30.47% from 255) = 33.48%
BLUE value IS 53 (21.09% from 255) = 23.04%
R=43.48%
G=33.48%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100775300.230.470.6130.6430.7230
Hex644D350172F3D1f1f1e
Octal144115650275775373736
Binary11001001001101110101010111101111111101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,77,53); }

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

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

 a { background-color: rgb(100,77,53); }

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

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

 span { border-color: rgb(100,77,53); }

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