#664442

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

Shades of Congo Brown #664442

Tints of Congo Brown #664442

Color information

#664442 (or 0x664442) is unknown color: approx Congo Brown. HEX triplet: 66, 44 and 42. RGB value is (102,68,66). Sum of RGB (Red+Green+Blue) = 102+68+66=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 102 - color contains mainly: red. Hex color #664442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664442 is #99BBBD. Grayscale: #4D4D4D. Windows color (decimal): -10075070 or 4342886. OLE color: 4342886.

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

Color convert

RGB1026866-
CMYK00.330.350.6
HSL3.33º21.43%32.94%-
HSV(B)3.33º35.29%40%-
XYZ8.537.356.12-
YUV77.94121.26145.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 68 (26.95% from 255) = 28.81%
BLUE value IS 66 (26.17% from 255) = 27.97%
R=43.22%
G=28.81%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102686600.330.350.63.3321.4332.94
Hex664442021233C31521
Octal146104102041437432541
Binary11001101000100100001001000011000111111001110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664442; }

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

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

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

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

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

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

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

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