Html Css Color HEX #644C34 Dallas

📋 copy color: '#644C34'

red 100 ◦ green 76 ◦ blue 52

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

Shades of Dallas #644C34

Tints of Dallas #644C34

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 52 (20.7% from 255) = 22.81%

R = 43.86%
G = 33.33%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#644C34 (or 0x644C34) is known color: Dallas. HEX triplet: 64, 4C and 34. RGB value is (100,76,52). Sum of RGB (Red+Green+Blue) = 100+76+52=228 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.86% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 100 - color contains mainly: red. Hex color #644C34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C34 is #9BB3CB. Grayscale: #505050. Windows color (decimal): -10204108 or 3427428. OLE color: 3427428.

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

Color convert

RGB 100 76 52 -
CMYK 0 0.24 0.48 0.61
HSL 30º 0.32% 0.3% -
HSV(B) 30º 0.48% 0.39% -
XYZ 8.46 8.13 4.37 -
YUV 80.44 111.95 141.95 -
System Red Green Blue C M Y K H S L
Decimal 100 76 52 0 0.24 0.48 0.61 30 0.32 0.3
Hex 64 4C 34 0 18 30 3D 1E 20 1E
Octal 144 114 64 0 30 60 75 36 40 36
Binary 1100100 1001100 110100 0 11000 110000 111101 11110 100000 11110

Color Harmonies of #644C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C34

Black with #644C34

Text Example


Text Example

White with #644C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,76,52); }

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

background-color css

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

 a { background-color: rgb(100,76,52); }

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

border-color css

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

 span { border-color: rgb(100,76,52); }

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