#643D1E

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

Shades of Dark Brown #643D1E

Tints of Dark Brown #643D1E

Color information

#643D1E (or 0x643D1E) is unknown color: approx Dark Brown. HEX triplet: 64, 3D and 1E. RGB value is (100,61,30). Sum of RGB (Red+Green+Blue) = 100+61+30=191 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.36% from 191); Green value is 61 (24.22% from 255 or 31.94% from 191); Blue value is 30 (12.11% from 255 or 15.71% from 191); Max value from RGB is 100 - color contains mainly: red. Hex color #643D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D1E is #9BC2E1. Grayscale: #454545. Windows color (decimal): -10207970 or 1981796. OLE color: 1981796.

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

Color convert

RGB1006130-
CMYK00.390.700.61
HSL26.57º53.85%25.49%-
HSV(B)26.57º70%39.22%-
XYZ7.166.142.04-
YUV69.13105.92150.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.36%
GREEN value IS 61 (24.22% from 255) = 31.94%
BLUE value IS 30 (12.11% from 255) = 15.71%
R=52.36%
G=31.94%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100613000.390.700.6126.5753.8525.49
Hex643D1E027463D1b3619
Octal144753604710675336631
Binary110010011110111110010011110001101111011101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #643D1E; }

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

 H1.HeaderClassName
 {
   color: #643D1E;
 }
 .AnyTagClassName
 {
   color: #643D1E;
 }
</style>
background-color css

<style>
 a { background-color: #643D1E; }

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

 div.DivClassName
 {
   background-color: #643D1E;
 }
 .BgClassName
 {
   background-color: #643D1E;
 }
</style>
border-color css

<style>
 span { border-color: #643D1E; }

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

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