Html Css Color HEX #644422 Dark Brown

📋 copy color: '#644422'

red 100 ◦ green 68 ◦ blue 34

#644422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Brown #644422

Tints of Dark Brown #644422

RGB

 RED value IS 100 (39.45% from 255) = 49.5%

 GREEN value IS 68 (26.95% from 255) = 33.66%

 BLUE value IS 34 (13.67% from 255) = 16.83%

R = 49.5%
G = 33.66%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.61

RGB Variations

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

Color information

#644422 (or 0x644422) is known color: Dark Brown. HEX triplet: 64, 44 and 22. RGB value is (100,68,34). Sum of RGB (Red+Green+Blue) = 100+68+34=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 34 (13.67% from 255 or 16.83% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #644422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644422 is #9BBBDD. Grayscale: #494949. Windows color (decimal): -10206174 or 2245732. OLE color: 2245732.

HSL color Cylindrical-coordinate representation of color #644422: hue angle of 30.91º 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 #644422 is Cyan = 0, Magento = 0.32, Yellow = 0.66 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 68 34 -
CMYK 0 0.32 0.66 0.61
HSL 30.91º 0.49% 0.26% -
HSV(B) 30.91º 0.66% 0.39% -
XYZ 7.61 6.96 2.46 -
YUV 73.69 105.6 146.76 -
System Red Green Blue C M Y K H S L
Decimal 100 68 34 0 0.32 0.66 0.61 30.91 0.49 0.26
Hex 64 44 22 0 20 42 3D 1F 31 1A
Octal 144 104 42 0 40 102 75 37 61 32
Binary 1100100 1000100 100010 0 100000 1000010 111101 11111 110001 11010

Color Harmonies of #644422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644422

Black with #644422

Text Example


Text Example

White with #644422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644422; }

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

 H1.HeaderClassName
 {
   color: #644422;
 }
 .AnyTagClassName
 {
   color: #644422;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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