#664D4C

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

Shades of Congo Brown #664D4C

Tints of Congo Brown #664D4C

Color information

#664D4C (or 0x664D4C) is unknown color: approx Congo Brown. HEX triplet: 66, 4D and 4C. RGB value is (102,77,76). Sum of RGB (Red+Green+Blue) = 102+77+76=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #664D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D4C is #99B2B3. Grayscale: #545454. Windows color (decimal): -10072756 or 5000550. OLE color: 5000550.

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

Color convert

RGB1027776-
CMYK00.250.250.6
HSL2.31º14.61%34.9%-
HSV(B)2.31º25.49%40%-
XYZ9.448.658.01-
YUV84.36123.28140.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 76 (30.08% from 255) = 29.80%
R=40%
G=30.20%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102777600.250.250.62.3114.6134.9
Hex664D4C019193C2f23
Octal146115114031317421743
Binary11001101001101100110001100111001111100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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