Html Css Color HEX #614D4D Congo Brown

📋 copy color: '#614D4D'

red 97 ◦ green 77 ◦ blue 77

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

Shades of Congo Brown #614D4D

Tints of Congo Brown #614D4D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.68%

 BLUE value IS 77 (30.47% from 255) = 30.68%

R = 38.65%
G = 30.68%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#614D4D (or 0x614D4D) is known color: Congo Brown. HEX triplet: 61, 4D and 4D. RGB value is (97,77,77). Sum of RGB (Red+Green+Blue) = 97+77+77=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 77 (30.47% from 255 or 30.68% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 97 - color contains mainly: red. Hex color #614D4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #614D4D is #9EB2B2. Grayscale: #535353. Windows color (decimal): -10400435 or 5066081. OLE color: 5066081.

HSL color Cylindrical-coordinate representation of color #614D4D: 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.21%. Process color model (Four color, CMYK) of #614D4D is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 77 77 -
CMYK 0 0.21 0.21 0.62
HSL 0.11% 0.34% -
HSV(B) 0.21% 0.38% -
XYZ 8.92 8.38 8.17 -
YUV 82.98 124.63 138 -
System Red Green Blue C M Y K H S L
Decimal 97 77 77 0 0.21 0.21 0.62 0 0.11 0.34
Hex 61 4D 4D 0 15 15 3E 0 B 22
Octal 141 115 115 0 25 25 76 0 13 42
Binary 1100001 1001101 1001101 0 10101 10101 111110 0 1011 100010

Color Harmonies of #614D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614D4D

Black with #614D4D

Text Example


Text Example

White with #614D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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