#644B2A

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

Shades of Dallas #644B2A

Tints of Dallas #644B2A

Color information

#644B2A (or 0x644B2A) is unknown color: approx Dallas. HEX triplet: 64, 4B and 2A. RGB value is (100,75,42). Sum of RGB (Red+Green+Blue) = 100+75+42=217 (28% of max value = 765). Red value is 100 (39.45% from 255 or 46.08% from 217); Green value is 75 (29.69% from 255 or 34.56% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 100 - color contains mainly: red. Hex color #644B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B2A is #9BB4D5. Grayscale: #4E4E4E. Windows color (decimal): -10204374 or 2771812. OLE color: 2771812.

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

Color convert

RGB1007542-
CMYK00.250.580.61
HSL34.14º40.85%27.84%-
HSV(B)34.14º58%39.22%-
XYZ8.197.913.29-
YUV78.71107.28143.18-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 46.08%
GREEN value IS 75 (29.69% from 255) = 34.56%
BLUE value IS 42 (16.80% from 255) = 19.35%
R=46.08%
G=34.56%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.58
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100754200.250.580.6134.1440.8527.84
Hex644B2A0193A3D22291c
Octal144113520317275425134
Binary1100100100101110101001100111101011110110001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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