#664D48

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

Shades of Congo Brown #664D48

Tints of Congo Brown #664D48

Color information

#664D48 (or 0x664D48) is unknown color: approx Congo Brown. HEX triplet: 66, 4D and 48. RGB value is (102,77,72). Sum of RGB (Red+Green+Blue) = 102+77+72=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 72 (28.52% from 255 or 28.69% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #664D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #664D48 is #99B2B7. Grayscale: #535353. Windows color (decimal): -10072760 or 4738406. OLE color: 4738406.

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

Color convert

RGB1027772-
CMYK00.250.290.6
HSL10º17.24%34.12%-
HSV(B)10º29.41%40%-
XYZ9.38.67.3-
YUV83.9121.28140.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.64%
GREEN value IS 77 (30.47% from 255) = 30.68%
BLUE value IS 72 (28.52% from 255) = 28.69%
R=40.64%
G=30.68%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.29
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102777200.250.290.61017.2434.12
Hex664D480191D3Ca1122
Octal1461151100313574122142
Binary11001101001101100100001100111101111100101010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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