#644B28

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

Shades of Dallas #644B28

Tints of Dallas #644B28

Color information

#644B28 (or 0x644B28) is unknown color: approx Dallas. HEX triplet: 64, 4B and 28. RGB value is (100,75,40). Sum of RGB (Red+Green+Blue) = 100+75+40=215 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.51% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 40 (16.02% from 255 or 18.60% from 215); Max value from RGB is 100 - color contains mainly: red. Hex color #644B28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B28 is #9BB4D7. Grayscale: #4E4E4E. Windows color (decimal): -10204376 or 2640740. OLE color: 2640740.

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

Color convert

RGB1007540-
CMYK00.250.60.61
HSL35º42.86%27.45%-
HSV(B)35º60%39.22%-
XYZ8.157.893.1-
YUV78.48106.28143.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.51%
GREEN value IS 75 (29.69% from 255) = 34.88%
BLUE value IS 40 (16.02% from 255) = 18.60%
R=46.51%
G=34.88%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.6
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100754000.250.60.613542.8627.45
Hex644B280193C3D232b1b
Octal144113500317475435333
Binary1100100100101110100001100111110011110110001110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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