#644E28

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

Shades of Dallas #644E28

Tints of Dallas #644E28

Color information

#644E28 (or 0x644E28) is unknown color: approx Dallas. HEX triplet: 64, 4E and 28. RGB value is (100,78,40). Sum of RGB (Red+Green+Blue) = 100+78+40=218 (28% of max value = 765). Red value is 100 (39.45% from 255 or 45.87% from 218); Green value is 78 (30.86% from 255 or 35.78% from 218); Blue value is 40 (16.02% from 255 or 18.35% from 218); Max value from RGB is 100 - color contains mainly: red. Hex color #644E28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E28 is #9BB1D7. Grayscale: #505050. Windows color (decimal): -10203608 or 2641508. OLE color: 2641508.

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

Color convert

RGB1007840-
CMYK00.220.60.61
HSL38º42.86%27.45%-
HSV(B)38º60%39.22%-
XYZ8.368.313.17-
YUV80.25105.29142.09-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.87%
GREEN value IS 78 (30.86% from 255) = 35.78%
BLUE value IS 40 (16.02% from 255) = 18.35%
R=45.87%
G=35.78%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100784000.220.60.613842.8627.45
Hex644E280163C3D262b1b
Octal144116500267475465333
Binary1100100100111010100001011011110011110110011010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,78,40); }

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

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

 a { background-color: rgb(100,78,40); }

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

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

 span { border-color: rgb(100,78,40); }

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