#644829

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

Shades of Dallas #644829

Tints of Dallas #644829

Color information

#644829 (or 0x644829) is unknown color: approx Dallas. HEX triplet: 64, 48 and 29. RGB value is (100,72,41). Sum of RGB (Red+Green+Blue) = 100+72+41=213 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.95% from 213); Green value is 72 (28.52% from 255 or 33.80% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 100 - color contains mainly: red. Hex color #644829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644829 is #9BB7D6. Grayscale: #4C4C4C. Windows color (decimal): -10205143 or 2705508. OLE color: 2705508.

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

Color convert

RGB1007241-
CMYK00.280.590.61
HSL31.53º41.84%27.65%-
HSV(B)31.53º59%39.22%-
XYZ7.977.53.13-
YUV76.84107.78144.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.95%
GREEN value IS 72 (28.52% from 255) = 33.80%
BLUE value IS 41 (16.41% from 255) = 19.25%
R=46.95%
G=33.80%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100724100.280.590.6131.5341.8427.65
Hex64482901C3B3D202a1c
Octal144110510347375405234
Binary1100100100100010100101110011101111110110000010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644829; }

 p { color: rgb(100,72,41); }

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

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

 a { background-color: rgb(100,72,41); }

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

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

 span { border-color: rgb(100,72,41); }

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