Html Css Color HEX #614A47 Congo Brown

📋 copy color: '#614A47'

red 97 ◦ green 74 ◦ blue 71

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

Shades of Congo Brown #614A47

Tints of Congo Brown #614A47

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

 BLUE value IS 71 (28.13% from 255) = 29.34%

R = 40.08%
G = 30.58%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.62

RGB Variations

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

Color information

#614A47 (or 0x614A47) is known color: Congo Brown. HEX triplet: 61, 4A and 47. RGB value is (97,74,71). Sum of RGB (Red+Green+Blue) = 97+74+71=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 71 (28.12% from 255 or 29.34% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #614A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #614A47 is #9EB5B8. Grayscale: #505050. Windows color (decimal): -10401209 or 4672097. OLE color: 4672097.

HSL color Cylindrical-coordinate representation of color #614A47: hue angle of 6.92º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #614A47 is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 74 71 -
CMYK 0 0.24 0.27 0.62
HSL 6.92º 0.15% 0.33% -
HSV(B) 6.92º 0.27% 0.38% -
XYZ 8.52 7.89 7.04 -
YUV 80.54 122.62 139.74 -
System Red Green Blue C M Y K H S L
Decimal 97 74 71 0 0.24 0.27 0.62 6.92 0.15 0.33
Hex 61 4A 47 0 18 1B 3E 7 F 21
Octal 141 112 107 0 30 33 76 7 17 41
Binary 1100001 1001010 1000111 0 11000 11011 111110 111 1111 100001

Color Harmonies of #614A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #614A47

Black with #614A47

Text Example


Text Example

White with #614A47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,74,71); }

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

background-color css

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

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

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

border-color css

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

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

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