#664942

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

Shades of Congo Brown #664942

Tints of Congo Brown #664942

Color information

#664942 (or 0x664942) is unknown color: approx Congo Brown. HEX triplet: 66, 49 and 42. RGB value is (102,73,66). Sum of RGB (Red+Green+Blue) = 102+73+66=241 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.32% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 66 (26.17% from 255 or 27.39% from 241); Max value from RGB is 102 - color contains mainly: red. Hex color #664942 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664942 is #99B6BD. Grayscale: #505050. Windows color (decimal): -10073790 or 4344166. OLE color: 4344166.

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

Color convert

RGB1027366-
CMYK00.280.350.6
HSL11.67º21.43%32.94%-
HSV(B)11.67º35.29%40%-
XYZ8.857.986.23-
YUV80.87119.61143.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 42.32%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 66 (26.17% from 255) = 27.39%
R=42.32%
G=30.29%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.35
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102736600.280.350.611.6721.4332.94
Hex66494201C233Cc1521
Octal1461111020344374142541
Binary110011010010011000010011100100011111100110010101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664942; }

 p { color: rgb(102,73,66); }

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

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

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

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

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

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

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