#614644

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

Shades of Congo Brown #614644

Tints of Congo Brown #614644

Color information

#614644 (or 0x614644) is unknown color: approx Congo Brown. HEX triplet: 61, 46 and 44. RGB value is (97,70,68). Sum of RGB (Red+Green+Blue) = 97+70+68=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 68 (26.95% from 255 or 28.94% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614644 is #9EB9BB. Grayscale: #4D4D4D. Windows color (decimal): -10402236 or 4474465. OLE color: 4474465.

HSL color Cylindrical-coordinate representation of color #614644: hue angle of 4.14º degrees, saturation: 0.18, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #614644 is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.62.

Color convert

RGB977068-
CMYK00.280.300.62
HSL4.14º17.58%32.35%-
HSV(B)4.14º29.9%38.04%-
XYZ8.167.346.46-
YUV77.84122.45141.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.28%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 68 (26.95% from 255) = 28.94%
R=41.28%
G=29.79%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.30
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97706800.280.300.624.1417.5832.35
Hex61464401C1E3E41220
Octal141106104034367642240
Binary1100001100011010001000111001111011111010010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614644; }

 p { color: rgb(97,70,68); }

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

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

 a { background-color: rgb(97,70,68); }

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

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

 span { border-color: rgb(97,70,68); }

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