#644E2B

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

Shades of Dallas #644E2B

Tints of Dallas #644E2B

Color information

#644E2B (or 0x644E2B) is unknown color: approx Dallas. HEX triplet: 64, 4E and 2B. RGB value is (100,78,43). Sum of RGB (Red+Green+Blue) = 100+78+43=221 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.25% from 221); Green value is 78 (30.86% from 255 or 35.29% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 100 - color contains mainly: red. Hex color #644E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E2B is #9BB1D4. Grayscale: #505050. Windows color (decimal): -10203605 or 2838116. OLE color: 2838116.

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

Color convert

RGB1007843-
CMYK00.220.570.61
HSL36.84º39.86%28.04%-
HSV(B)36.84º57%39.22%-
XYZ8.428.333.45-
YUV80.59106.79141.85-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.25%
GREEN value IS 78 (30.86% from 255) = 35.29%
BLUE value IS 43 (17.19% from 255) = 19.46%
R=45.25%
G=35.29%
B=19.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.57
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100784300.220.570.6136.8439.8628.04
Hex644E2B016393D25281c
Octal144116530267175455034
Binary1100100100111010101101011011100111110110010110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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