Html Css Color HEX #64411B Dark Brown

📋 copy color: '#64411B'

red 100 ◦ green 65 ◦ blue 27

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

Shades of Dark Brown #64411B

Tints of Dark Brown #64411B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 14.06%

R = 52.08%
G = 33.85%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.73

 K value IS 0.61

RGB Variations

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

Color information

#64411B (or 0x64411B) is known color: Dark Brown. HEX triplet: 64, 41 and 1B. RGB value is (100,65,27). Sum of RGB (Red+Green+Blue) = 100+65+27=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 27 (10.94% from 255 or 14.06% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #64411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #64411B is #9BBEE4. Grayscale: #474747. Windows color (decimal): -10206949 or 1786212. OLE color: 1786212.

HSL color Cylindrical-coordinate representation of color #64411B: hue angle of 31.23º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #64411B is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 65 27 -
CMYK 0 0.35 0.73 0.61
HSL 31.23º 0.57% 0.25% -
HSV(B) 31.23º 0.73% 0.39% -
XYZ 7.34 6.57 1.92 -
YUV 71.13 103.1 148.59 -
System Red Green Blue C M Y K H S L
Decimal 100 65 27 0 0.35 0.73 0.61 31.23 0.57 0.25
Hex 64 41 1B 0 23 49 3D 1F 39 19
Octal 144 101 33 0 43 111 75 37 71 31
Binary 1100100 1000001 11011 0 100011 1001001 111101 11111 111001 11001

Color Harmonies of #64411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64411B

Black with #64411B

Text Example


Text Example

White with #64411B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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