#644A2A

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

Shades of Dallas #644A2A

Tints of Dallas #644A2A

Color information

#644A2A (or 0x644A2A) is unknown color: approx Dallas. HEX triplet: 64, 4A and 2A. RGB value is (100,74,42). Sum of RGB (Red+Green+Blue) = 100+74+42=216 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.30% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 42 (16.80% from 255 or 19.44% from 216); Max value from RGB is 100 - color contains mainly: red. Hex color #644A2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A2A is #9BB5D5. Grayscale: #4E4E4E. Windows color (decimal): -10204630 or 2771556. OLE color: 2771556.

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

Color convert

RGB1007442-
CMYK00.260.580.61
HSL33.1º40.85%27.84%-
HSV(B)33.1º58%39.22%-
XYZ8.127.773.26-
YUV78.13107.61143.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.30%
GREEN value IS 74 (29.30% from 255) = 34.26%
BLUE value IS 42 (16.80% from 255) = 19.44%
R=46.30%
G=34.26%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100744200.260.580.6133.140.8527.84
Hex644A2A01A3A3D21291c
Octal144112520327275415134
Binary1100100100101010101001101011101011110110000110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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