#664540

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

Shades of Congo Brown #664540

Tints of Congo Brown #664540

Color information

#664540 (or 0x664540) is unknown color: approx Congo Brown. HEX triplet: 66, 45 and 40. RGB value is (102,69,64). Sum of RGB (Red+Green+Blue) = 102+69+64=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664540 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664540 is #99BABF. Grayscale: #4E4E4E. Windows color (decimal): -10074816 or 4212070. OLE color: 4212070.

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

Color convert

RGB1026964-
CMYK00.320.370.6
HSL7.89º22.89%32.55%-
HSV(B)7.89º37.25%40%-
XYZ8.537.455.84-
YUV78.3119.93144.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=43.40%
G=29.36%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.37
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102696400.320.370.67.8922.8932.55
Hex664540020253C81721
Octal1461051000404574102741
Binary1100110100010110000000100000100101111100100010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664540; }

 p { color: rgb(102,69,64); }

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

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

 a { background-color: rgb(102,69,64); }

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

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

 span { border-color: rgb(102,69,64); }

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