#614D49

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

Shades of Congo Brown #614D49

Tints of Congo Brown #614D49

Color information

#614D49 (or 0x614D49) is unknown color: approx Congo Brown. HEX triplet: 61, 4D and 49. RGB value is (97,77,73). Sum of RGB (Red+Green+Blue) = 97+77+73=247 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.27% from 247); Green value is 77 (30.47% from 255 or 31.17% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 97 - color contains mainly: red. Hex color #614D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D49 is #9EB2B6. Grayscale: #525252. Windows color (decimal): -10400439 or 4803937. OLE color: 4803937.

HSL color Cylindrical-coordinate representation of color #614D49: hue angle of 10º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #614D49 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB977773-
CMYK00.210.250.62
HSL10º14.12%33.33%-
HSV(B)10º24.74%38.04%-
XYZ8.798.337.45-
YUV82.52122.63138.33-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.27%
GREEN value IS 77 (30.47% from 255) = 31.17%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=39.27%
G=31.17%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97777300.210.250.621014.1233.33
Hex614D49015193Eae21
Octal1411151110253176121641
Binary1100001100110110010010101011100111111010101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614D49; }

 p { color: rgb(97,77,73); }

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

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

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

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

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

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

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