Html Css Color HEX #644C35 Dallas

📋 copy color: '#644C35'

red 100 ◦ green 76 ◦ blue 53

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

Shades of Dallas #644C35

Tints of Dallas #644C35

RGB

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

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

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

R = 43.67%
G = 33.19%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.47

 K value IS 0.61

RGB Variations

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

Color information

#644C35 (or 0x644C35) is known color: Dallas. HEX triplet: 64, 4C and 35. RGB value is (100,76,53). Sum of RGB (Red+Green+Blue) = 100+76+53=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 100 - color contains mainly: red. Hex color #644C35 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C35 is #9BB3CA. Grayscale: #505050. Windows color (decimal): -10204107 or 3492964. OLE color: 3492964.

HSL color Cylindrical-coordinate representation of color #644C35: hue angle of 29.36º 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 #644C35 is Cyan = 0, Magento = 0.24, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 76 53 -
CMYK 0 0.24 0.47 0.61
HSL 29.36º 0.31% 0.3% -
HSV(B) 29.36º 0.47% 0.39% -
XYZ 8.48 8.14 4.49 -
YUV 80.55 112.45 141.87 -
System Red Green Blue C M Y K H S L
Decimal 100 76 53 0 0.24 0.47 0.61 29.36 0.31 0.3
Hex 64 4C 35 0 18 2F 3D 1D 1F 1E
Octal 144 114 65 0 30 57 75 35 37 36
Binary 1100100 1001100 110101 0 11000 101111 111101 11101 11111 11110

Color Harmonies of #644C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644C35

Black with #644C35

Text Example


Text Example

White with #644C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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