#664E47

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

Shades of Congo Brown #664E47

Tints of Congo Brown #664E47

Color information

#664E47 (or 0x664E47) is unknown color: approx Congo Brown. HEX triplet: 66, 4E and 47. RGB value is (102,78,71). Sum of RGB (Red+Green+Blue) = 102+78+71=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 78 (30.86% from 255 or 31.08% from 251); Blue value is 71 (28.12% from 255 or 28.29% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664E47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664E47 is #99B1B8. Grayscale: #545454. Windows color (decimal): -10072505 or 4673126. OLE color: 4673126.

HSL color Cylindrical-coordinate representation of color #664E47: hue angle of 13.55º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #664E47 is Cyan = 0, Magento = 0.24, Yellow = 0.30 and Black (K on CMYK) = 0.6.

Color convert

RGB1027871-
CMYK00.240.300.6
HSL13.55º17.92%33.92%-
HSV(B)13.55º30.39%40%-
XYZ9.348.737.15-
YUV84.38120.45140.57-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 78 (30.86% from 255) = 31.08%
BLUE value IS 71 (28.12% from 255) = 28.29%
R=40.64%
G=31.08%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.30
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102787100.240.300.613.5517.9233.92
Hex664E470181E3Ce1222
Octal1461161070303674162242
Binary11001101001110100011101100011110111100111010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664E47; }

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

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

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

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

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

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

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

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