#644B27

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

Shades of Dallas #644B27

Tints of Dallas #644B27

Color information

#644B27 (or 0x644B27) is unknown color: approx Dallas. HEX triplet: 64, 4B and 27. RGB value is (100,75,39). Sum of RGB (Red+Green+Blue) = 100+75+39=214 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.73% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 39 (15.62% from 255 or 18.22% from 214); Max value from RGB is 100 - color contains mainly: red. Hex color #644B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B27 is #9BB4D8. Grayscale: #4E4E4E. Windows color (decimal): -10204377 or 2575204. OLE color: 2575204.

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

Color convert

RGB1007539-
CMYK00.250.610.61
HSL35.41º43.88%27.25%-
HSV(B)35.41º61%39.22%-
XYZ8.147.893.01-
YUV78.37105.78143.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.73%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 39 (15.62% from 255) = 18.22%
R=46.73%
G=35.05%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100753900.250.610.6135.4143.8827.25
Hex644B270193D3D232c1b
Octal144113470317575435433
Binary1100100100101110011101100111110111110110001110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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