#664746

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

Shades of Congo Brown #664746

Tints of Congo Brown #664746

Color information

#664746 (or 0x664746) is unknown color: approx Congo Brown. HEX triplet: 66, 47 and 46. RGB value is (102,71,70). Sum of RGB (Red+Green+Blue) = 102+71+70=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 70 (27.73% from 255 or 28.81% from 243); Max value from RGB is 102 - color contains mainly: red. Hex color #664746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664746 is #99B8B9. Grayscale: #505050. Windows color (decimal): -10074298 or 4605798. OLE color: 4605798.

HSL color Cylindrical-coordinate representation of color #664746: hue angle of 1.88º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #664746 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1027170-
CMYK00.300.310.6
HSL1.88º18.6%33.73%-
HSV(B)1.88º31.37%40%-
XYZ8.847.776.83-
YUV80.16122.27143.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.98%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 70 (27.73% from 255) = 28.81%
R=41.98%
G=29.22%
B=28.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102717000.300.310.61.8818.633.73
Hex66474601E1F3C21322
Octal146107106036377422342
Binary110011010001111000110011110111111111001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664746; }

 p { color: rgb(102,71,70); }

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

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

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

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

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

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

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