#644F34

Color #644F34 Dallas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dallas #644F34

Tints of Dallas #644F34

Color information

#644F34 (or 0x644F34) is unknown color: approx Dallas. HEX triplet: 64, 4F and 34. RGB value is (100,79,52). Sum of RGB (Red+Green+Blue) = 100+79+52=231 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.29% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 100 - color contains mainly: red. Hex color #644F34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644F34 is #9BB0CB. Grayscale: #525252. Windows color (decimal): -10203340 or 3428196. OLE color: 3428196.

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

Color convert

RGB1007952-
CMYK00.210.480.61
HSL33.75º31.58%29.8%-
HSV(B)33.75º48%39.22%-
XYZ8.678.554.44-
YUV82.2110.96140.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 43.29%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 52 (20.70% from 255) = 22.51%
R=43.29%
G=34.20%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100795200.210.480.6133.7531.5829.8
Hex644F34015303D22201e
Octal144117640256075424036
Binary1100100100111111010001010111000011110110001010000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #644F34;
 }
 .AnyTagClassName
 {
   color: #644F34;
 }
</style>
background-color css

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

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

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

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

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

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