#644C46

Color #644C46 Congo Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Congo Brown #644C46

Tints of Congo Brown #644C46

Color information

#644C46 (or 0x644C46) is unknown color: approx Congo Brown. HEX triplet: 64, 4C and 46. RGB value is (100,76,70). Sum of RGB (Red+Green+Blue) = 100+76+70=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 70 (27.73% from 255 or 28.46% from 246); Max value from RGB is 100 - color contains mainly: red. Hex color #644C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #644C46 is #9BB3B9. Grayscale: #525252. Windows color (decimal): -10204090 or 4607076. OLE color: 4607076.

HSL color Cylindrical-coordinate representation of color #644C46: hue angle of 12º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #644C46 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.61.

Color convert

RGB1007670-
CMYK00.240.300.61
HSL12º17.65%33.33%-
HSV(B)12º30%39.22%-
XYZ8.958.326.93-
YUV82.49120.95140.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.65%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 70 (27.73% from 255) = 28.46%
R=40.65%
G=30.89%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100767000.240.300.611217.6533.33
Hex644C460181E3Dc1221
Octal1441141060303675142241
Binary11001001001100100011001100011110111101110010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #644C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #644C46; }

 p { color: rgb(100,76,70); }

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

<style>
 a { background-color: #644C46; }

 a { background-color: rgb(100,76,70); }

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

<style>
 span { border-color: #644C46; }

 span { border-color: rgb(100,76,70); }

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