#664844

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

Shades of Congo Brown #664844

Tints of Congo Brown #664844

Color information

#664844 (or 0x664844) is unknown color: approx Congo Brown. HEX triplet: 66, 48 and 44. RGB value is (102,72,68). Sum of RGB (Red+Green+Blue) = 102+72+68=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 68 (26.95% from 255 or 28.10% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #664844 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664844 is #99B7BB. Grayscale: #505050. Windows color (decimal): -10074044 or 4474982. OLE color: 4474982.

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

Color convert

RGB1027268-
CMYK00.290.330.6
HSL7.06º20%33.33%-
HSV(B)7.06º33.33%40%-
XYZ8.847.886.52-
YUV80.51120.94143.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.15%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 68 (26.95% from 255) = 28.10%
R=42.15%
G=29.75%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102726800.290.330.67.062033.33
Hex66484401D213C71421
Octal146110104035417472441
Binary11001101001000100010001110110000111110011110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664844; }

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

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

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

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

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

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

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

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