#614E4E

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

Shades of Congo Brown #614E4E

Tints of Congo Brown #614E4E

Color information

#614E4E (or 0x614E4E) is unknown color: approx Congo Brown. HEX triplet: 61, 4E and 4E. RGB value is (97,78,78). Sum of RGB (Red+Green+Blue) = 97+78+78=253 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.34% from 253); Green value is 78 (30.86% from 255 or 30.83% from 253); Blue value is 78 (30.86% from 255 or 30.83% from 253); Max value from RGB is 97 - color contains mainly: red. Hex color #614E4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614E4E is #9EB1B1. Grayscale: #535353. Windows color (decimal): -10400178 or 5131873. OLE color: 5131873.

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

Color convert

RGB977878-
CMYK00.200.200.62
HSL10.86%34.31%-
HSV(B)19.59%38.04%-
XYZ9.038.548.38-
YUV83.68124.79137.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 38.34%
GREEN value IS 78 (30.86% from 255) = 30.83%
BLUE value IS 78 (30.86% from 255) = 30.83%
R=38.34%
G=30.83%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97787800.200.200.62010.8634.31
Hex614E4E014143E0b22
Octal141116116024247601342
Binary1100001100111010011100101001010011111001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #614E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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