#643D1A

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

Shades of Dark Brown #643D1A

Tints of Dark Brown #643D1A

Color information

#643D1A (or 0x643D1A) is unknown color: approx Dark Brown. HEX triplet: 64, 3D and 1A. RGB value is (100,61,26). Sum of RGB (Red+Green+Blue) = 100+61+26=187 (24% of max value = 765). Red value is 100 (39.45% from 255 or 53.48% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 100 - color contains mainly: red. Hex color #643D1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643D1A is #9BC2E5. Grayscale: #444444. Windows color (decimal): -10207974 or 1719652. OLE color: 1719652.

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

Color convert

RGB1006126-
CMYK00.390.740.61
HSL28.38º58.73%24.71%-
HSV(B)28.38º74%39.22%-
XYZ7.116.121.78-
YUV68.67103.92150.35-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 53.48%
GREEN value IS 61 (24.22% from 255) = 32.62%
BLUE value IS 26 (10.55% from 255) = 13.90%
R=53.48%
G=32.62%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100612600.390.740.6128.3858.7324.71
Hex643D1A0274A3D1c3b19
Octal144753204711275347331
Binary110010011110111010010011110010101111011110011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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