#644B2F

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

Shades of Dallas #644B2F

Tints of Dallas #644B2F

Color information

#644B2F (or 0x644B2F) is unknown color: approx Dallas. HEX triplet: 64, 4B and 2F. RGB value is (100,75,47). Sum of RGB (Red+Green+Blue) = 100+75+47=222 (29% of max value = 765). Red value is 100 (39.45% from 255 or 45.05% from 222); Green value is 75 (29.69% from 255 or 33.78% from 222); Blue value is 47 (18.75% from 255 or 21.17% from 222); Max value from RGB is 100 - color contains mainly: red. Hex color #644B2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644B2F is #9BB4D0. Grayscale: #4F4F4F. Windows color (decimal): -10204369 or 3099492. OLE color: 3099492.

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

Color convert

RGB1007547-
CMYK00.250.530.61
HSL31.7º36.05%28.82%-
HSV(B)31.7º53%39.22%-
XYZ8.287.953.79-
YUV79.28109.78142.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 45.05%
GREEN value IS 75 (29.69% from 255) = 33.78%
BLUE value IS 47 (18.75% from 255) = 21.17%
R=45.05%
G=33.78%
B=21.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100754700.250.530.6131.736.0528.82
Hex644B2F019353D20241d
Octal144113570316575404435
Binary1100100100101110111101100111010111110110000010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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