Html Css Color HEX #64472E Dallas

📋 copy color: '#64472E'

red 100 ◦ green 71 ◦ blue 46

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

Shades of Dallas #64472E

Tints of Dallas #64472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 21.2%

R = 46.08%
G = 32.72%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.54

 K value IS 0.61

RGB Variations

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

Color information

#64472E (or 0x64472E) is known color: Dallas. HEX triplet: 64, 47 and 2E. RGB value is (100,71,46). Sum of RGB (Red+Green+Blue) = 100+71+46=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 46 (18.36% from 255 or 21.20% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #64472E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64472E is #9BB8D1. Grayscale: #4C4C4C. Windows color (decimal): -10205394 or 3032932. OLE color: 3032932.

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

Color convert

RGB 100 71 46 -
CMYK 0 0.29 0.54 0.61
HSL 27.78º 0.37% 0.29% -
HSV(B) 27.78º 0.54% 0.39% -
XYZ 8 7.41 3.59 -
YUV 76.82 110.61 144.53 -
System Red Green Blue C M Y K H S L
Decimal 100 71 46 0 0.29 0.54 0.61 27.78 0.37 0.29
Hex 64 47 2E 0 1D 36 3D 1C 25 1D
Octal 144 107 56 0 35 66 75 34 45 35
Binary 1100100 1000111 101110 0 11101 110110 111101 11100 100101 11101

Color Harmonies of #64472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64472E

Black with #64472E

Text Example


Text Example

White with #64472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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