#664444

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

Shades of Congo Brown #664444

Tints of Congo Brown #664444

Color information

#664444 (or 0x664444) is unknown color: approx Congo Brown. HEX triplet: 66, 44 and 44. RGB value is (102,68,68). Sum of RGB (Red+Green+Blue) = 102+68+68=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 68 (26.95% from 255 or 28.57% from 238); Blue value is 68 (26.95% from 255 or 28.57% from 238); Max value from RGB is 102 - color contains mainly: red. Hex color #664444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664444 is #99BBBB. Grayscale: #4E4E4E. Windows color (decimal): -10075068 or 4473958. OLE color: 4473958.

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

Color convert

RGB1026868-
CMYK00.330.330.6
HSL20%33.33%-
HSV(B)33.33%40%-
XYZ8.597.386.44-
YUV78.17122.26145-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 28.57%
BLUE value IS 68 (26.95% from 255) = 28.57%
R=42.86%
G=28.57%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.33
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102686800.330.330.602033.33
Hex664444021213C01421
Octal146104104041417402441
Binary1100110100010010001000100001100001111100010100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664444; }

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

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

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

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

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

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

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

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