#664441

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

Shades of Congo Brown #664441

Tints of Congo Brown #664441

Color information

#664441 (or 0x664441) is unknown color: approx Congo Brown. HEX triplet: 66, 44 and 41. RGB value is (102,68,65). Sum of RGB (Red+Green+Blue) = 102+68+65=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 65 (25.78% from 255 or 27.66% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #664441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664441 is #99BBBE. Grayscale: #4D4D4D. Windows color (decimal): -10075071 or 4277350. OLE color: 4277350.

HSL color Cylindrical-coordinate representation of color #664441: hue angle of 4.86º 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 #664441 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1026865-
CMYK00.330.360.6
HSL4.86º22.16%32.75%-
HSV(B)4.86º36.27%40%-
XYZ8.57.345.97-
YUV77.82120.76145.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.40%
GREEN value IS 68 (26.95% from 255) = 28.94%
BLUE value IS 65 (25.78% from 255) = 27.66%
R=43.40%
G=28.94%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102686500.330.360.64.8622.1632.75
Hex664441021243C51621
Octal146104101041447452641
Binary110011010001001000001010000110010011110010110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664441; }

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

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

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

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

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

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

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

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