#614E4D

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

Shades of Congo Brown #614E4D

Tints of Congo Brown #614E4D

Color information

#614E4D (or 0x614E4D) is unknown color: approx Congo Brown. HEX triplet: 61, 4E and 4D. RGB value is (97,78,77). Sum of RGB (Red+Green+Blue) = 97+78+77=252 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.49% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 77 (30.47% from 255 or 30.56% from 252); Max value from RGB is 97 - color contains mainly: red. Hex color #614E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E4D is #9EB1B2. Grayscale: #535353. Windows color (decimal): -10400179 or 5066337. OLE color: 5066337.

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

Color convert

RGB977877-
CMYK00.200.210.62
HSL11.49%34.12%-
HSV(B)20.62%38.04%-
XYZ8.998.538.19-
YUV83.57124.29137.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.49%
GREEN value IS 78 (30.86% from 255) = 30.95%
BLUE value IS 77 (30.47% from 255) = 30.56%
R=38.49%
G=30.95%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97787700.200.210.62311.4934.12
Hex614E4D014153E3b22
Octal141116115024257631342
Binary11000011001110100110101010010101111110111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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