#643D20

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

Shades of Dark Brown #643D20

Tints of Dark Brown #643D20

Color information

#643D20 (or 0x643D20) is unknown color: approx Dark Brown. HEX triplet: 64, 3D and 20. RGB value is (100,61,32). Sum of RGB (Red+Green+Blue) = 100+61+32=193 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.81% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 32 (12.89% from 255 or 16.58% from 193); Max value from RGB is 100 - color contains mainly: red. Hex color #643D20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D20 is #9BC2DF. Grayscale: #454545. Windows color (decimal): -10207968 or 2112868. OLE color: 2112868.

HSL color Cylindrical-coordinate representation of color #643D20: hue angle of 25.59º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #643D20 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.61.

Color convert

RGB1006132-
CMYK00.390.680.61
HSL25.59º51.52%25.88%-
HSV(B)25.59º68%39.22%-
XYZ7.186.152.18-
YUV69.35106.92149.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 51.81%
GREEN value IS 61 (24.22% from 255) = 31.61%
BLUE value IS 32 (12.89% from 255) = 16.58%
R=51.81%
G=31.61%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.68
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100613200.390.680.6125.5951.5225.88
Hex643D20027443D1a341a
Octal144754004710475326432
Binary1100100111101100000010011110001001111011101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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