#664C4A

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

Shades of Congo Brown #664C4A

Tints of Congo Brown #664C4A

Color information

#664C4A (or 0x664C4A) is unknown color: approx Congo Brown. HEX triplet: 66, 4C and 4A. RGB value is (102,76,74). Sum of RGB (Red+Green+Blue) = 102+76+74=252 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.48% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 102 - color contains mainly: red. Hex color #664C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664C4A is #99B3B5. Grayscale: #535353. Windows color (decimal): -10073014 or 4869222. OLE color: 4869222.

HSL color Cylindrical-coordinate representation of color #664C4A: hue angle of 4.29º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #664C4A is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.6.

Color convert

RGB1027674-
CMYK00.250.270.6
HSL4.29º15.91%34.51%-
HSV(B)4.29º27.45%40%-
XYZ9.38.497.63-
YUV83.55122.61141.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.48%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 74 (29.30% from 255) = 29.37%
R=40.48%
G=30.16%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102767400.250.270.64.2915.9134.51
Hex664C4A0191B3C41023
Octal146114112031337442043
Binary1100110100110010010100110011101111110010010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664C4A; }

 p { color: rgb(102,76,74); }

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

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

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

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

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

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

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