#64461D

Color #64461D Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #64461D

Tints of Dark Brown #64461D

Color information

#64461D (or 0x64461D) is unknown color: approx 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

RGB1007029-
CMYK00.300.710.61
HSL34.65º55.04%25.29%-
HSV(B)34.65º71%39.22%-
XYZ7.677.182.14-
YUV74.3102.44146.33-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100702900.300.710.6134.6555.0425.29
Hex64461D01E473D233719
Octal1441063503610775436731
Binary1100100100011011101011110100011111110110001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>