Html Css Color HEX #644A1E Dark Brown

📋 copy color: '#644A1E'

red 100 ◦ green 74 ◦ blue 30

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

Shades of Dark Brown #644A1E

Tints of Dark Brown #644A1E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.27%

 BLUE value IS 30 (12.11% from 255) = 14.71%

R = 49.02%
G = 36.27%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#644A1E (or 0x644A1E) is known color: Dark Brown. HEX triplet: 64, 4A and 1E. RGB value is (100,74,30). Sum of RGB (Red+Green+Blue) = 100+74+30=204 (27% of max value = 765). Red value is 100 (39.45% from 255 or 49.02% from 204); Green value is 74 (29.30% from 255 or 36.27% from 204); Blue value is 30 (12.11% from 255 or 14.71% from 204); Max value from RGB is 100 - color contains mainly: red. Hex color #644A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644A1E is #9BB5E1. Grayscale: #4C4C4C. Windows color (decimal): -10204642 or 1985124. OLE color: 1985124.

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

Color convert

RGB 100 74 30 -
CMYK 0 0.26 0.70 0.61
HSL 37.71º 0.54% 0.25% -
HSV(B) 37.71º 0.7% 0.39% -
XYZ 7.94 7.7 2.3 -
YUV 76.76 101.61 144.58 -
System Red Green Blue C M Y K H S L
Decimal 100 74 30 0 0.26 0.70 0.61 37.71 0.54 0.25
Hex 64 4A 1E 0 1A 46 3D 26 36 19
Octal 144 112 36 0 32 106 75 46 66 31
Binary 1100100 1001010 11110 0 11010 1000110 111101 100110 110110 11001

Color Harmonies of #644A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #644A1E

Black with #644A1E

Text Example


Text Example

White with #644A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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