Html Css Color HEX #614C49 Congo Brown

📋 copy color: '#614C49'

red 97 ◦ green 76 ◦ blue 73

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

Shades of Congo Brown #614C49

Tints of Congo Brown #614C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.89%

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

R = 39.43%
G = 30.89%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#614C49 (or 0x614C49) is known color: Congo Brown. HEX triplet: 61, 4C and 49. RGB value is (97,76,73). Sum of RGB (Red+Green+Blue) = 97+76+73=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #614C49 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614C49 is #9EB3B6. Grayscale: #515151. Windows color (decimal): -10400695 or 4803681. OLE color: 4803681.

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

Color convert

RGB 97 76 73 -
CMYK 0 0.22 0.25 0.62
HSL 7.5º 0.14% 0.33% -
HSV(B) 7.5º 0.25% 0.38% -
XYZ 8.72 8.19 7.42 -
YUV 81.94 122.96 138.74 -
System Red Green Blue C M Y K H S L
Decimal 97 76 73 0 0.22 0.25 0.62 7.5 0.14 0.33
Hex 61 4C 49 0 16 19 3E 8 E 21
Octal 141 114 111 0 26 31 76 10 16 41
Binary 1100001 1001100 1001001 0 10110 11001 111110 1000 1110 100001

Color Harmonies of #614C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614C49

Black with #614C49

Text Example


Text Example

White with #614C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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