Html Css Color HEX #644014 Dark Brown

📋 copy color: '#644014'

red 100 ◦ green 64 ◦ blue 20

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

Shades of Dark Brown #644014

Tints of Dark Brown #644014

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.78%

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

R = 54.35%
G = 34.78%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#644014 (or 0x644014) is known color: Dark Brown. HEX triplet: 64, 40 and 14. RGB value is (100,64,20). Sum of RGB (Red+Green+Blue) = 100+64+20=184 (24% of max value = 765). Red value is 100 (39.45% from 255 or 54.35% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 100 - color contains mainly: red. Hex color #644014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #644014 is #9BBFEB. Grayscale: #454545. Windows color (decimal): -10207212 or 1327204. OLE color: 1327204.

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

Color convert

RGB 100 64 20 -
CMYK 0 0.36 0.8 0.61
HSL 33º 0.67% 0.24% -
HSV(B) 33º 0.8% 0.39% -
XYZ 7.22 6.43 1.52 -
YUV 69.75 99.93 149.58 -
System Red Green Blue C M Y K H S L
Decimal 100 64 20 0 0.36 0.8 0.61 33 0.67 0.24
Hex 64 40 14 0 24 50 3D 21 43 18
Octal 144 100 24 0 44 120 75 41 103 30
Binary 1100100 1000000 10100 0 100100 1010000 111101 100001 1000011 11000

Color Harmonies of #644014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644014

Black with #644014

Text Example


Text Example

White with #644014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #644014; }

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

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

background-color css

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

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

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

border-color css

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

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

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