#643C1D

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

Shades of Dark Brown #643C1D

Tints of Dark Brown #643C1D

Color information

#643C1D (or 0x643C1D) is unknown color: approx Dark Brown. HEX triplet: 64, 3C and 1D. RGB value is (100,60,29). Sum of RGB (Red+Green+Blue) = 100+60+29=189 (25% of max value = 765). Red value is 100 (39.45% from 255 or 52.91% from 189); Green value is 60 (23.83% from 255 or 31.75% from 189); Blue value is 29 (11.72% from 255 or 15.34% from 189); Max value from RGB is 100 - color contains mainly: red. Hex color #643C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643C1D is #9BC3E2. Grayscale: #444444. Windows color (decimal): -10208227 or 1916004. OLE color: 1916004.

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

Color convert

RGB1006029-
CMYK00.40.710.61
HSL26.2º55.04%25.29%-
HSV(B)26.2º71%39.22%-
XYZ7.096.031.95-
YUV68.43105.75150.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 52.91%
GREEN value IS 60 (23.83% from 255) = 31.75%
BLUE value IS 29 (11.72% from 255) = 15.34%
R=52.91%
G=31.75%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.71
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100602900.40.710.6126.255.0425.29
Hex643C1D028473D1a3719
Octal144743505010775326731
Binary110010011110011101010100010001111111011101011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #643C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,60,29); }

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

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

 a { background-color: rgb(100,60,29); }

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

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

 span { border-color: rgb(100,60,29); }

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