Html Css Color HEX #64491D Dark Brown

📋 copy color: '#64491D'

red 100 ◦ green 73 ◦ blue 29

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

Shades of Dark Brown #64491D

Tints of Dark Brown #64491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 36.14%

 BLUE value IS 29 (11.72% from 255) = 14.36%

R = 49.5%
G = 36.14%
B = 14.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64491D (or 0x64491D) is known color: Dark Brown. HEX triplet: 64, 49 and 1D. RGB value is (100,73,29). Sum of RGB (Red+Green+Blue) = 100+73+29=202 (26% of max value = 765). Red value is 100 (39.45% from 255 or 49.50% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 29 (11.72% from 255 or 14.36% from 202); Max value from RGB is 100 - color contains mainly: red. Hex color #64491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64491D is #9BB6E2. Grayscale: #4C4C4C. Windows color (decimal): -10204899 or 1919332. OLE color: 1919332.

HSL color Cylindrical-coordinate representation of color #64491D: hue angle of 37.18º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #64491D is Cyan = 0, Magento = 0.27, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 73 29 -
CMYK 0 0.27 0.71 0.61
HSL 37.18º 0.55% 0.25% -
HSV(B) 37.18º 0.71% 0.39% -
XYZ 7.86 7.56 2.21 -
YUV 76.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 100 73 29 0 0.27 0.71 0.61 37.18 0.55 0.25
Hex 64 49 1D 0 1B 47 3D 25 37 19
Octal 144 111 35 0 33 107 75 45 67 31
Binary 1100100 1001001 11101 0 11011 1000111 111101 100101 110111 11001

Color Harmonies of #64491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64491D

Black with #64491D

Text Example


Text Example

White with #64491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64491D; }

 p { color: rgb(100,73,29); }

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

background-color css

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

 a { background-color: rgb(100,73,29); }

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

border-color css

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

 span { border-color: rgb(100,73,29); }

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