Html Css Color HEX #64411E Dark Brown

📋 copy color: '#64411E'

red 100 ◦ green 65 ◦ blue 30

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

Shades of Dark Brown #64411E

Tints of Dark Brown #64411E

RGB

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

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

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

R = 51.28%
G = 33.33%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.70

 K value IS 0.61

RGB Variations

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

Color information

#64411E (or 0x64411E) is known color: Dark Brown. HEX triplet: 64, 41 and 1E. RGB value is (100,65,30). Sum of RGB (Red+Green+Blue) = 100+65+30=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 30 (12.11% from 255 or 15.38% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #64411E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411E is #9BBEE1. Grayscale: #474747. Windows color (decimal): -10206946 or 1982820. OLE color: 1982820.

HSL color Cylindrical-coordinate representation of color #64411E: hue angle of 30º 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 #64411E is Cyan = 0, Magento = 0.35, Yellow = 0.70 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 30 -
CMYK 0 0.35 0.70 0.61
HSL 30º 0.54% 0.25% -
HSV(B) 30º 0.7% 0.39% -
XYZ 7.38 6.58 2.11 -
YUV 71.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 100 65 30 0 0.35 0.70 0.61 30 0.54 0.25
Hex 64 41 1E 0 23 46 3D 1E 36 19
Octal 144 101 36 0 43 106 75 36 66 31
Binary 1100100 1000001 11110 0 100011 1000110 111101 11110 110110 11001

Color Harmonies of #64411E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64411E

Black with #64411E

Text Example


Text Example

White with #64411E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64411E; }

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

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

background-color css

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

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

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

border-color css

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

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

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