#664949

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

Shades of Congo Brown #664949

Tints of Congo Brown #664949

Color information

#664949 (or 0x664949) is unknown color: approx Congo Brown. HEX triplet: 66, 49 and 49. RGB value is (102,73,73). Sum of RGB (Red+Green+Blue) = 102+73+73=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 73 (28.91% from 255 or 29.44% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #664949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664949 is #99B6B6. Grayscale: #515151. Windows color (decimal): -10073783 or 4802918. OLE color: 4802918.

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

Color convert

RGB1027373-
CMYK00.280.280.6
HSL16.57%34.31%-
HSV(B)28.43%40%-
XYZ9.068.077.38-
YUV81.67123.11142.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 41.13%
GREEN value IS 73 (28.91% from 255) = 29.44%
BLUE value IS 73 (28.91% from 255) = 29.44%
R=41.13%
G=29.44%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102737300.280.280.6016.5734.31
Hex66494901C1C3C01122
Octal146111111034347402142
Binary11001101001001100100101110011100111100010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #664949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #664949; }

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

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

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

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

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

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

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

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