#664744

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

Shades of Congo Brown #664744

Tints of Congo Brown #664744

Color information

#664744 (or 0x664744) is unknown color: approx Congo Brown. HEX triplet: 66, 47 and 44. RGB value is (102,71,68). Sum of RGB (Red+Green+Blue) = 102+71+68=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 68 (26.95% from 255 or 28.22% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664744 is #99B8BB. Grayscale: #4F4F4F. Windows color (decimal): -10074300 or 4474726. OLE color: 4474726.

HSL color Cylindrical-coordinate representation of color #664744: hue angle of 5.29º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #664744 is Cyan = 0, Magento = 0.30, Yellow = 0.33 and Black (K on CMYK) = 0.6.

Color convert

RGB1027168-
CMYK00.300.330.6
HSL5.29º20%33.33%-
HSV(B)5.29º33.33%40%-
XYZ8.787.756.5-
YUV79.93121.27143.74-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 71 (28.12% from 255) = 29.46%
BLUE value IS 68 (26.95% from 255) = 28.22%
R=42.32%
G=29.46%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102716800.300.330.65.292033.33
Hex66474401E213C51421
Octal146107104036417452441
Binary11001101000111100010001111010000111110010110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664744; }

 p { color: rgb(102,71,68); }

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

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

 a { background-color: rgb(102,71,68); }

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

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

 span { border-color: rgb(102,71,68); }

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