Html Css Color HEX #644114 Dark Brown

📋 copy color: '#644114'

red 100 ◦ green 65 ◦ blue 20

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

Shades of Dark Brown #644114

Tints of Dark Brown #644114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 10.81%

R = 54.05%
G = 35.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#644114 (or 0x644114) is known color: Dark Brown. HEX triplet: 64, 41 and 14. RGB value is (100,65,20). Sum of RGB (Red+Green+Blue) = 100+65+20=185 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.05% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 20 (8.20% from 255 or 10.81% from 185); Max value from RGB is 100 - color contains mainly: red. Hex color #644114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644114 is #9BBEEB. Grayscale: #464646. Windows color (decimal): -10206956 or 1327460. OLE color: 1327460.

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

Color convert

RGB 100 65 20 -
CMYK 0 0.35 0.8 0.61
HSL 33.75º 0.67% 0.24% -
HSV(B) 33.75º 0.8% 0.39% -
XYZ 7.27 6.54 1.54 -
YUV 70.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 100 65 20 0 0.35 0.8 0.61 33.75 0.67 0.24
Hex 64 41 14 0 23 50 3D 22 43 18
Octal 144 101 24 0 43 120 75 42 103 30
Binary 1100100 1000001 10100 0 100011 1010000 111101 100010 1000011 11000

Color Harmonies of #644114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644114

Black with #644114

Text Example


Text Example

White with #644114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644114; }

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

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

background-color css

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

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

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

border-color css

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

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

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