#664544

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

Shades of Congo Brown #664544

Tints of Congo Brown #664544

Color information

#664544 (or 0x664544) is unknown color: approx Congo Brown. HEX triplet: 66, 45 and 44. RGB value is (102,69,68). Sum of RGB (Red+Green+Blue) = 102+69+68=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 68 (26.95% from 255 or 28.45% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #664544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664544 is #99BABB. Grayscale: #4E4E4E. Windows color (decimal): -10074812 or 4474214. OLE color: 4474214.

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

Color convert

RGB1026968-
CMYK00.320.330.6
HSL1.76º20%33.33%-
HSV(B)1.76º33.33%40%-
XYZ8.657.56.46-
YUV78.75121.93144.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.68%
GREEN value IS 69 (27.34% from 255) = 28.87%
BLUE value IS 68 (26.95% from 255) = 28.45%
R=42.68%
G=28.87%
B=28.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102696800.320.330.61.762033.33
Hex664544020213C21421
Octal146105104040417422441
Binary11001101000101100010001000001000011111001010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664544; }

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

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

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

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

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

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

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

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