#644A2E

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

Shades of Dallas #644A2E

Tints of Dallas #644A2E

Color information

#644A2E (or 0x644A2E) is unknown color: approx Dallas. HEX triplet: 64, 4A and 2E. RGB value is (100,74,46). Sum of RGB (Red+Green+Blue) = 100+74+46=220 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.45% from 220); Green value is 74 (29.30% from 255 or 33.64% from 220); Blue value is 46 (18.36% from 255 or 20.91% from 220); Max value from RGB is 100 - color contains mainly: red. Hex color #644A2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A2E is #9BB5D1. Grayscale: #4E4E4E. Windows color (decimal): -10204626 or 3033700. OLE color: 3033700.

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

Color convert

RGB1007446-
CMYK00.260.540.61
HSL31.11º36.99%28.63%-
HSV(B)31.11º54%39.22%-
XYZ8.27.83.66-
YUV78.58109.61143.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.45%
GREEN value IS 74 (29.30% from 255) = 33.64%
BLUE value IS 46 (18.36% from 255) = 20.91%
R=45.45%
G=33.64%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100744600.260.540.6131.1136.9928.63
Hex644A2E01A363D1f251d
Octal144112560326675374535
Binary110010010010101011100110101101101111011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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