#643E1E

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

Shades of Dark Brown #643E1E

Tints of Dark Brown #643E1E

Color information

#643E1E (or 0x643E1E) is unknown color: approx Dark Brown. HEX triplet: 64, 3E and 1E. RGB value is (100,62,30). Sum of RGB (Red+Green+Blue) = 100+62+30=192 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.08% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 100 - color contains mainly: red. Hex color #643E1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643E1E is #9BC1E1. Grayscale: #454545. Windows color (decimal): -10207714 or 1982052. OLE color: 1982052.

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

Color convert

RGB1006230-
CMYK00.380.700.61
HSL27.43º53.85%25.49%-
HSV(B)27.43º70%39.22%-
XYZ7.216.252.05-
YUV69.71105.59149.6-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.08%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 30 (12.11% from 255) = 15.62%
R=52.08%
G=32.29%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.70
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100623000.380.700.6127.4353.8525.49
Hex643E1E026463D1b3619
Octal144763604610675336631
Binary110010011111011110010011010001101111011101111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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