Html Css Color HEX #64461D Dark Brown

📋 copy color: '#64461D'

red 100 ◦ green 70 ◦ blue 29

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

Shades of Dark Brown #64461D

Tints of Dark Brown #64461D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35.18%

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

R = 50.25%
G = 35.18%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.61

RGB Variations

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

Color information

#64461D (or 0x64461D) is known color: Dark Brown. HEX triplet: 64, 46 and 1D. RGB value is (100,70,29). Sum of RGB (Red+Green+Blue) = 100+70+29=199 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.25% from 199); Green value is 70 (27.73% from 255 or 35.18% from 199); Blue value is 29 (11.72% from 255 or 14.57% from 199); Max value from RGB is 100 - color contains mainly: red. Hex color #64461D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64461D is #9BB9E2. Grayscale: #4A4A4A. Windows color (decimal): -10205667 or 1918564. OLE color: 1918564.

HSL color Cylindrical-coordinate representation of color #64461D: hue angle of 34.65º 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 #64461D is Cyan = 0, Magento = 0.30, Yellow = 0.71 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 70 29 -
CMYK 0 0.30 0.71 0.61
HSL 34.65º 0.55% 0.25% -
HSV(B) 34.65º 0.71% 0.39% -
XYZ 7.67 7.18 2.14 -
YUV 74.3 102.44 146.33 -
System Red Green Blue C M Y K H S L
Decimal 100 70 29 0 0.30 0.71 0.61 34.65 0.55 0.25
Hex 64 46 1D 0 1E 47 3D 23 37 19
Octal 144 106 35 0 36 107 75 43 67 31
Binary 1100100 1000110 11101 0 11110 1000111 111101 100011 110111 11001

Color Harmonies of #64461D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64461D

Black with #64461D

Text Example


Text Example

White with #64461D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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