Html Css Color HEX #644113 Dark Brown

📋 copy color: '#644113'

red 100 ◦ green 65 ◦ blue 19

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

Shades of Dark Brown #644113

Tints of Dark Brown #644113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.33%

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 54.35%
G = 35.33%
B = 10.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#644113 (or 0x644113) is known color: Dark Brown. HEX triplet: 64, 41 and 13. RGB value is (100,65,19). Sum of RGB (Red+Green+Blue) = 100+65+19=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #644113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644113 is #9BBEEC. Grayscale: #464646. Windows color (decimal): -10206957 or 1261924. OLE color: 1261924.

HSL color Cylindrical-coordinate representation of color #644113: hue angle of 34.07º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #644113 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 19 -
CMYK 0 0.35 0.81 0.61
HSL 34.07º 0.68% 0.23% -
HSV(B) 34.07º 0.81% 0.39% -
XYZ 7.26 6.54 1.5 -
YUV 70.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 100 65 19 0 0.35 0.81 0.61 34.07 0.68 0.23
Hex 64 41 13 0 23 51 3D 22 44 17
Octal 144 101 23 0 43 121 75 42 104 27
Binary 1100100 1000001 10011 0 100011 1010001 111101 100010 1000100 10111

Color Harmonies of #644113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644113

Black with #644113

Text Example


Text Example

White with #644113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644113; }

 p { color: rgb(100,65,19); }

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

background-color css

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

 a { background-color: rgb(100,65,19); }

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

border-color css

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

 span { border-color: rgb(100,65,19); }

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