Html Css Color HEX #614E49 Congo Brown

📋 copy color: '#614E49'

red 97 ◦ green 78 ◦ blue 73

#614E49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Congo Brown #614E49

Tints of Congo Brown #614E49

RGB

 RED value IS 97 (38.28% from 255) = 39.11%

 GREEN value IS 78 (30.86% from 255) = 31.45%

 BLUE value IS 73 (28.91% from 255) = 29.44%

R = 39.11%
G = 31.45%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614E49 (or 0x614E49) is known color: Congo Brown. HEX triplet: 61, 4E and 49. RGB value is (97,78,73). Sum of RGB (Red+Green+Blue) = 97+78+73=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 73 (28.91% from 255 or 29.44% from 248); Max value from RGB is 97 - color contains mainly: red. Hex color #614E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E49 is #9EB1B6. Grayscale: #535353. Windows color (decimal): -10400183 or 4804193. OLE color: 4804193.

HSL color Cylindrical-coordinate representation of color #614E49: hue angle of 12.5º 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 #614E49 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 78 73 -
CMYK 0 0.20 0.25 0.62
HSL 12.5º 0.14% 0.33% -
HSV(B) 12.5º 0.25% 0.38% -
XYZ 8.86 8.47 7.47 -
YUV 83.11 122.29 137.91 -
System Red Green Blue C M Y K H S L
Decimal 97 78 73 0 0.20 0.25 0.62 12.5 0.14 0.33
Hex 61 4E 49 0 14 19 3E C E 21
Octal 141 116 111 0 24 31 76 14 16 41
Binary 1100001 1001110 1001001 0 10100 11001 111110 1100 1110 100001

Color Harmonies of #614E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614E49

Black with #614E49

Text Example


Text Example

White with #614E49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #614E49;
 }
 .AnyTagClassName
 {
   color: #614E49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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