Html Css Color HEX #644D35 Dallas

📋 copy color: '#644D35'

red 100 ◦ green 77 ◦ blue 53

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

Shades of Dallas #644D35

Tints of Dallas #644D35

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.48%

 BLUE value IS 53 (21.09% from 255) = 23.04%

R = 43.48%
G = 33.48%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#644D35 (or 0x644D35) is known color: Dallas. HEX triplet: 64, 4D and 35. RGB value is (100,77,53). Sum of RGB (Red+Green+Blue) = 100+77+53=230 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.48% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 100 - color contains mainly: red. Hex color #644D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644D35 is #9BB2CA. Grayscale: #515151. Windows color (decimal): -10203851 or 3493220. OLE color: 3493220.

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

Color convert

RGB 100 77 53 -
CMYK 0 0.23 0.47 0.61
HSL 30.64º 0.31% 0.3% -
HSV(B) 30.64º 0.47% 0.39% -
XYZ 8.55 8.27 4.51 -
YUV 81.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 100 77 53 0 0.23 0.47 0.61 30.64 0.31 0.3
Hex 64 4D 35 0 17 2F 3D 1F 1F 1E
Octal 144 115 65 0 27 57 75 37 37 36
Binary 1100100 1001101 110101 0 10111 101111 111101 11111 11111 11110

Color Harmonies of #644D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644D35

Black with #644D35

Text Example


Text Example

White with #644D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,77,53); }

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

background-color css

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

 a { background-color: rgb(100,77,53); }

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

border-color css

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

 span { border-color: rgb(100,77,53); }

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