#614740

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

Shades of Congo Brown #614740

Tints of Congo Brown #614740

Color information

#614740 (or 0x614740) is unknown color: approx Congo Brown. HEX triplet: 61, 47 and 40. RGB value is (97,71,64). Sum of RGB (Red+Green+Blue) = 97+71+64=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 71 (28.12% from 255 or 30.60% from 232); Blue value is 64 (25.39% from 255 or 27.59% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614740 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614740 is #9EB8BF. Grayscale: #4E4E4E. Windows color (decimal): -10401984 or 4212577. OLE color: 4212577.

HSL color Cylindrical-coordinate representation of color #614740: hue angle of 12.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614740 is Cyan = 0, Magento = 0.27, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB977164-
CMYK00.270.340.62
HSL12.73º20.5%31.57%-
HSV(B)12.73º34.02%38.04%-
XYZ8.117.425.85-
YUV77.98120.11141.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 71 (28.12% from 255) = 30.60%
BLUE value IS 64 (25.39% from 255) = 27.59%
R=41.81%
G=30.60%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97716400.270.340.6212.7320.531.57
Hex61474001B223Ed1420
Octal1411071000334276152440
Binary110000110001111000000011011100010111110110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #614740; }

 p { color: rgb(97,71,64); }

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

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

 a { background-color: rgb(97,71,64); }

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

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

 span { border-color: rgb(97,71,64); }

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