Html Css Color HEX #644929 Dallas

📋 copy color: '#644929'

red 100 ◦ green 73 ◦ blue 41

#644929
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #644929

Tints of Dallas #644929

RGB

 RED value IS 100 (39.45% from 255) = 46.73%

 GREEN value IS 73 (28.91% from 255) = 34.11%

 BLUE value IS 41 (16.41% from 255) = 19.16%

R = 46.73%
G = 34.11%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.59

 K value IS 0.61

RGB Variations

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

Color information

#644929 (or 0x644929) is known color: Dallas. HEX triplet: 64, 49 and 29. RGB value is (100,73,41). Sum of RGB (Red+Green+Blue) = 100+73+41=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 73 (28.91% from 255 or 34.11% from 214); Blue value is 41 (16.41% from 255 or 19.16% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644929 is #9BB6D6. Grayscale: #4D4D4D. Windows color (decimal): -10204887 or 2705764. OLE color: 2705764.

HSL color Cylindrical-coordinate representation of color #644929: hue angle of 32.54º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #644929 is Cyan = 0, Magento = 0.27, Yellow = 0.59 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 73 41 -
CMYK 0 0.27 0.59 0.61
HSL 32.54º 0.42% 0.28% -
HSV(B) 32.54º 0.59% 0.39% -
XYZ 8.04 7.63 3.15 -
YUV 77.43 107.45 144.1 -
System Red Green Blue C M Y K H S L
Decimal 100 73 41 0 0.27 0.59 0.61 32.54 0.42 0.28
Hex 64 49 29 0 1B 3B 3D 21 2A 1C
Octal 144 111 51 0 33 73 75 41 52 34
Binary 1100100 1001001 101001 0 11011 111011 111101 100001 101010 11100

Color Harmonies of #644929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644929

Black with #644929

Text Example


Text Example

White with #644929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644929; }

 p { color: rgb(100,73,41); }

 H1.HeaderClassName
 {
   color: #644929;
 }
 .AnyTagClassName
 {
   color: #644929;
 }
</style>

background-color css

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

 a { background-color: rgb(100,73,41); }

 div.DivClassName
 {
   background-color: #644929;
 }
 .BgClassName
 {
   background-color: #644929;
 }
</style>

border-color css

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

 span { border-color: rgb(100,73,41); }

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