#664941

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

Shades of Congo Brown #664941

Tints of Congo Brown #664941

Color information

#664941 (or 0x664941) is unknown color: approx Congo Brown. HEX triplet: 66, 49 and 41. RGB value is (102,73,65). Sum of RGB (Red+Green+Blue) = 102+73+65=240 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.5% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 65 (25.78% from 255 or 27.08% from 240); Max value from RGB is 102 - color contains mainly: red. Hex color #664941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664941 is #99B6BE. Grayscale: #505050. Windows color (decimal): -10073791 or 4278630. OLE color: 4278630.

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

Color convert

RGB1027365-
CMYK00.280.360.6
HSL12.97º22.16%32.75%-
HSV(B)12.97º36.27%40%-
XYZ8.827.976.08-
YUV80.76119.11143.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.5%
GREEN value IS 73 (28.91% from 255) = 30.42%
BLUE value IS 65 (25.78% from 255) = 27.08%
R=42.5%
G=30.42%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102736500.280.360.612.9722.1632.75
Hex66494101C243Cd1621
Octal1461111010344474152641
Binary110011010010011000001011100100100111100110110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664941; }

 p { color: rgb(102,73,65); }

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

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

 a { background-color: rgb(102,73,65); }

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

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

 span { border-color: rgb(102,73,65); }

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