#644E2F

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

Shades of Dallas #644E2F

Tints of Dallas #644E2F

Color information

#644E2F (or 0x644E2F) is unknown color: approx Dallas. HEX triplet: 64, 4E and 2F. RGB value is (100,78,47). Sum of RGB (Red+Green+Blue) = 100+78+47=225 (29% of max value = 765). Red value is 100 (39.45% from 255 or 44.44% from 225); Green value is 78 (30.86% from 255 or 34.67% from 225); Blue value is 47 (18.75% from 255 or 20.89% from 225); Max value from RGB is 100 - color contains mainly: red. Hex color #644E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #644E2F is #9BB1D0. Grayscale: #515151. Windows color (decimal): -10203601 or 3100260. OLE color: 3100260.

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

Color convert

RGB1007847-
CMYK00.220.530.61
HSL35.09º36.05%28.82%-
HSV(B)35.09º53%39.22%-
XYZ8.498.363.86-
YUV81.04108.79141.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 44.44%
GREEN value IS 78 (30.86% from 255) = 34.67%
BLUE value IS 47 (18.75% from 255) = 20.89%
R=44.44%
G=34.67%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100784700.220.530.6135.0936.0528.82
Hex644E2F016353D23241d
Octal144116570266575434435
Binary1100100100111010111101011011010111110110001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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