Html Css Color HEX #644728 Dallas

📋 copy color: '#644728'

red 100 ◦ green 71 ◦ blue 40

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

Shades of Dallas #644728

Tints of Dallas #644728

RGB

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

 GREEN value IS 71 (28.13% from 255) = 33.65%

 BLUE value IS 40 (16.02% from 255) = 18.96%

R = 47.39%
G = 33.65%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.6

 K value IS 0.61

RGB Variations

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

Color information

#644728 (or 0x644728) is known color: Dallas. HEX triplet: 64, 47 and 28. RGB value is (100,71,40). Sum of RGB (Red+Green+Blue) = 100+71+40=211 (27% of max value = 765). Red value is 100 (39.45% from 255 or 47.39% from 211); Green value is 71 (28.12% from 255 or 33.65% from 211); Blue value is 40 (16.02% from 255 or 18.96% from 211); Max value from RGB is 100 - color contains mainly: red. Hex color #644728 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644728 is #9BB8D7. Grayscale: #4C4C4C. Windows color (decimal): -10205400 or 2639716. OLE color: 2639716.

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

Color convert

RGB 100 71 40 -
CMYK 0 0.29 0.6 0.61
HSL 31º 0.43% 0.27% -
HSV(B) 31º 0.6% 0.39% -
XYZ 7.89 7.37 3.01 -
YUV 76.14 107.61 145.02 -
System Red Green Blue C M Y K H S L
Decimal 100 71 40 0 0.29 0.6 0.61 31 0.43 0.27
Hex 64 47 28 0 1D 3C 3D 1F 2B 1B
Octal 144 107 50 0 35 74 75 37 53 33
Binary 1100100 1000111 101000 0 11101 111100 111101 11111 101011 11011

Color Harmonies of #644728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644728

Black with #644728

Text Example


Text Example

White with #644728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644728; }

 p { color: rgb(100,71,40); }

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

background-color css

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

 a { background-color: rgb(100,71,40); }

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

border-color css

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

 span { border-color: rgb(100,71,40); }

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