#644A22

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

Shades of Dark Brown #644A22

Tints of Dark Brown #644A22

Color information

#644A22 (or 0x644A22) is unknown color: approx Dark Brown. HEX triplet: 64, 4A and 22. RGB value is (100,74,34). Sum of RGB (Red+Green+Blue) = 100+74+34=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 74 (29.30% from 255 or 35.58% from 208); Blue value is 34 (13.67% from 255 or 16.35% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #644A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A22 is #9BB5DD. Grayscale: #4D4D4D. Windows color (decimal): -10204638 or 2247268. OLE color: 2247268.

HSL color Cylindrical-coordinate representation of color #644A22: hue angle of 36.36º degrees, saturation: 0.49, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #644A22 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB1007434-
CMYK00.260.660.61
HSL36.36º49.25%26.27%-
HSV(B)36.36º66%39.22%-
XYZ7.997.722.58-
YUV77.21103.61144.25-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 48.08%
GREEN value IS 74 (29.30% from 255) = 35.58%
BLUE value IS 34 (13.67% from 255) = 16.35%
R=48.08%
G=35.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100743400.260.660.6136.3649.2526.27
Hex644A2201A423D24311a
Octal1441124203210275446132
Binary11001001001010100010011010100001011110110010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,74,34); }

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

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

 a { background-color: rgb(100,74,34); }

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

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

 span { border-color: rgb(100,74,34); }

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