#644927

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

Shades of Dallas #644927

Tints of Dallas #644927

Color information

#644927 (or 0x644927) is unknown color: approx Dallas. HEX triplet: 64, 49 and 27. RGB value is (100,73,39). Sum of RGB (Red+Green+Blue) = 100+73+39=212 (28% of max value = 765). Red value is 100 (39.45% from 255 or 47.17% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 100 - color contains mainly: red. Hex color #644927 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644927 is #9BB6D8. Grayscale: #4D4D4D. Windows color (decimal): -10204889 or 2574692. OLE color: 2574692.

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

Color convert

RGB1007339-
CMYK00.270.610.61
HSL33.44º43.88%27.25%-
HSV(B)33.44º61%39.22%-
XYZ87.622.97-
YUV77.2106.45144.26-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 47.17%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=47.17%
G=34.43%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100733900.270.610.6133.4443.8827.25
Hex64492701B3D3D212c1b
Octal144111470337575415433
Binary1100100100100110011101101111110111110110000110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644927

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644927; }

 p { color: rgb(100,73,39); }

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

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

 a { background-color: rgb(100,73,39); }

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

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

 span { border-color: rgb(100,73,39); }

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